diff options
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 8a6bb7157ff5..0bd92fdeb153 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -186,6 +186,7 @@ d_iput: no no no yes | |||
186 | 186 | ||
187 | #define DCACHE_FSNOTIFY_PARENT_WATCHED 0x0080 /* Parent inode is watched by some fsnotify listener */ | 187 | #define DCACHE_FSNOTIFY_PARENT_WATCHED 0x0080 /* Parent inode is watched by some fsnotify listener */ |
188 | 188 | ||
189 | extern spinlock_t dcache_inode_lock; | ||
189 | extern spinlock_t dcache_hash_lock; | 190 | extern spinlock_t dcache_hash_lock; |
190 | extern spinlock_t dcache_lock; | 191 | extern spinlock_t dcache_lock; |
191 | extern seqlock_t rename_lock; | 192 | extern seqlock_t rename_lock; |