Author: Michael Grigoriev (Net Integration Technologies) <mag at
luminal org>
-Homepage: http://open.nit.ca/wiki/?page=FunFS
+Homepage: http://www.luminal.org/wiki/index.php/FunFS/FunFS
Description:
}
-static inline void destroy_request(struct fuse_conn *fc, struct fuse_req *req)
+static inline void destroy_request(struct fuse_req *req)
{
if(req) {
int i;
req = NULL;
}
spin_unlock(&fuse_lock);
- destroy_request(fc, req);
+ destroy_request(req);
return ret;
}
wake_up(&req->waitq);
}
else
- destroy_request(fc, req);
+ destroy_request(req);
}
}