diff options
Diffstat (limited to 'include/linux/dcache.h')
-rw-r--r-- | include/linux/dcache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 5f0392ef759b..d719e4de8046 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h | |||
@@ -191,7 +191,6 @@ struct dentry_operations { | |||
191 | #define DCACHE_OP_REVALIDATE 0x4000 | 191 | #define DCACHE_OP_REVALIDATE 0x4000 |
192 | #define DCACHE_OP_DELETE 0x8000 | 192 | #define DCACHE_OP_DELETE 0x8000 |
193 | 193 | ||
194 | extern spinlock_t dcache_inode_lock; | ||
195 | extern seqlock_t rename_lock; | 194 | extern seqlock_t rename_lock; |
196 | 195 | ||
197 | static inline int dname_external(struct dentry *dentry) | 196 | static inline int dname_external(struct dentry *dentry) |