summaryrefslogtreecommitdiffstats
path: root/fs/notify/inode_mark.c
diff options
context:
space:
mode:
authorDave Chinner2011-03-22 12:23:42 +0100
committerAl Viro2011-03-25 02:17:51 +0100
commit67a23c494621ff1d5431c3bc320947865b224625 (patch)
treecce0868fc73031d8b0addc4dc7412d49ee9ec370 /fs/notify/inode_mark.c
parentfs: move i_wb_list out from under inode_lock (diff)
downloadkernel-qcow2-linux-67a23c494621ff1d5431c3bc320947865b224625.tar.gz
kernel-qcow2-linux-67a23c494621ff1d5431c3bc320947865b224625.tar.xz
kernel-qcow2-linux-67a23c494621ff1d5431c3bc320947865b224625.zip
fs: rename inode_lock to inode_hash_lock
All that remains of the inode_lock is protecting the inode hash list manipulation and traversals. Rename the inode_lock to inode_hash_lock to reflect it's actual function. Signed-off-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/notify/inode_mark.c')
-rw-r--r--fs/notify/inode_mark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/notify/inode_mark.c b/fs/notify/inode_mark.c
index fb3b3c5ef0ee..07ea8d3e6ea2 100644
--- a/fs/notify/inode_mark.c
+++ b/fs/notify/inode_mark.c
@@ -22,7 +22,6 @@
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/spinlock.h>
-#include <linux/writeback.h> /* for inode_lock */
#include <asm/atomic.h>