X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Ffuse%2Ffuse_i.h;h=04c6084b0cf98496822a24b293b7ff815de00531;hb=2611ee05b12a4b8d0a8f033c95a14fec8cdd5478;hp=67f06d55524e7298600a8ef48fdb9fc4217de479;hpb=8a3be4b3bf2a6a91130bfb124b57269225ce2ce3;p=karo-tx-linux.git diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 67f06d55524e..04c6084b0cf9 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -321,6 +321,7 @@ struct fuse_req { struct { struct fuse_write_in in; struct fuse_write_out out; + struct fuse_req *next; } write; struct fuse_notify_retrieve_in retrieve_in; struct fuse_lk_in lk_in; @@ -374,9 +375,6 @@ struct fuse_conn { /** Lock protecting accessess to members of this structure */ spinlock_t lock; - /** Mutex protecting against directory alias creation */ - struct mutex inst_mutex; - /** Refcount */ atomic_t count;