Loading fs/fuse/dev.c +3 −1 Original line number Diff line number Diff line Loading @@ -287,8 +287,10 @@ void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) spin_unlock(&fc->lock); } if (req->waiting) if (req->waiting) { atomic_dec(&fc->num_waiting); req->waiting = 0; } if (req->stolen_file) put_reserved_req(fc, req); Loading Loading
fs/fuse/dev.c +3 −1 Original line number Diff line number Diff line Loading @@ -287,8 +287,10 @@ void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) spin_unlock(&fc->lock); } if (req->waiting) if (req->waiting) { atomic_dec(&fc->num_waiting); req->waiting = 0; } if (req->stolen_file) put_reserved_req(fc, req); Loading