From mboxrd@z Thu Jan 1 00:00:00 1970 From: yan Subject: [PATCH 1/2] fs/inode.c: fix legacy comment about inode lock Date: Fri, 24 Aug 2012 19:51:36 +0800 Message-ID: <1345809097-854-1-git-send-email-clouds.yan@gmail.com> References: Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: viro@zeniv.linux.org.uk Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org inode_lock has been changed to inode_hash_lock Signed-off-by: yan --- fs/inode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/inode.c b/fs/inode.c index ac8d904..a9be0a3 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -778,7 +778,7 @@ void prune_icache_sb(struct super_block *sb, int nr_to_scan) static void __wait_on_freeing_inode(struct inode *inode); /* - * Called with the inode lock held. + * Called with the inode_hash_lock held. */ static struct inode *find_inode(struct super_block *sb, struct hlist_head *head, -- 1.7.9.5