Merge ../scsi-rc-fixes-2.6
[powerpc.git] / fs / fuse / fuse_i.h
index 69c7750..91edb89 100644 (file)
@@ -239,6 +239,9 @@ 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;