aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/writeback.h
diff options
context:
space:
mode:
authorNick Piggin <npiggin@suse.de>2010-01-29 18:38:30 -0500
committerThomas Gleixner <tglx@linutronix.de>2010-04-27 11:32:47 -0400
commit1ea5ba6f5b20144fa59a8cf7c54efe17459d1236 (patch)
treeb2c272a63ca6f953397b0da6fcbd9f8bdb0a61f6 /include/linux/writeback.h
parent280c10e37fa879b97c0942e024e0b02059173ea0 (diff)
fs-inode_lock-scale-8
Make inode_hash_lock private by adding a function __remove_inode_hash that can be used by filesystems defining their own drop_inode functions. Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: John Stultz <johnstul@us.ibm.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/writeback.h')
-rw-r--r--include/linux/writeback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index 3e504f49753c..05479e576a77 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -11,7 +11,6 @@ struct backing_dev_info;
11 11
12extern spinlock_t sb_inode_list_lock; 12extern spinlock_t sb_inode_list_lock;
13extern spinlock_t wb_inode_list_lock; 13extern spinlock_t wb_inode_list_lock;
14extern spinlock_t inode_hash_lock;
15extern struct list_head inode_in_use; 14extern struct list_head inode_in_use;
16extern struct list_head inode_unused; 15extern struct list_head inode_unused;
17 16