aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/writeback.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index 544363be9933..5b9178fbb261 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -11,6 +11,7 @@ struct backing_dev_info;
11 11
12extern spinlock_t inode_lock; 12extern spinlock_t inode_lock;
13extern spinlock_t sb_inode_list_lock; 13extern spinlock_t sb_inode_list_lock;
14extern spinlock_t inode_hash_lock;
14extern struct list_head inode_in_use; 15extern struct list_head inode_in_use;
15extern struct list_head inode_unused; 16extern struct list_head inode_unused;
16 17