diff options
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r-- | fs/fuse/fuse_i.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 69c7750d55b8..91edb8932d90 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h | |||
@@ -239,6 +239,9 @@ struct fuse_conn { | |||
239 | /** Lock protecting accessess to members of this structure */ | 239 | /** Lock protecting accessess to members of this structure */ |
240 | spinlock_t lock; | 240 | spinlock_t lock; |
241 | 241 | ||
242 | /** Mutex protecting against directory alias creation */ | ||
243 | struct mutex inst_mutex; | ||
244 | |||
242 | /** Refcount */ | 245 | /** Refcount */ |
243 | atomic_t count; | 246 | atomic_t count; |
244 | 247 | ||