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 ddf4f55624f7..bda5ec0b077d 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -181,6 +181,7 @@ struct dentry_operations { | |||
181 | 181 | ||
182 | #define DCACHE_CANT_MOUNT 0x0100 | 182 | #define DCACHE_CANT_MOUNT 0x0100 |
183 | 183 | ||
184 | extern spinlock_t dcache_inode_lock; | ||
184 | extern spinlock_t dcache_lock; | 185 | extern spinlock_t dcache_lock; |
185 | extern seqlock_t rename_lock; | 186 | extern seqlock_t rename_lock; |
186 | 187 | ||