]> Pileus Git - ~andy/linux/blobdiff - fs/fuse/fuse_i.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[~andy/linux] / fs / fuse / fuse_i.h
index 643274852c8b41ae9fb9f7827f09f39530486f53..7d2730912667e4514ef109c5ad9ece5584b6770b 100644 (file)
@@ -375,12 +375,11 @@ 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;
 
+       struct rcu_head rcu;
+
        /** The user id for this mount */
        kuid_t user_id;