From c6878474a61702b92a36dbe77b8db8c1d97addb0 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sat, 26 Mar 2011 13:27:47 -0700 Subject: [PATCH] --- yaml --- r: 242739 b: refs/heads/master c: b6d0ad686da95fa85ce0c583ec35017bf1583563 h: refs/heads/master i: 242737: ee5bf2fdcabfce7a8b6a45f51ae9fa837546fde5 242735: 3c8bdce3c06058b4bc6dd1d6692ee87ff029650d v: v3 --- [refs] | 2 +- trunk/fs/inode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 45ff498ca7e0..cec607f5272c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6213cfe82461e39219a3b06ecf1d0679b4c0657f +refs/heads/master: b6d0ad686da95fa85ce0c583ec35017bf1583563 diff --git a/trunk/fs/inode.c b/trunk/fs/inode.c index 05a1f75ae791..5f4e11aaeb5c 100644 --- a/trunk/fs/inode.c +++ b/trunk/fs/inode.c @@ -1167,7 +1167,7 @@ EXPORT_SYMBOL(igrab); * Note: I_NEW is not waited upon so you have to be very careful what you do * with the returned inode. You probably should be using ilookup5() instead. * - * Note: @test is called with the inode_hash_lock held, so can't sleep. + * Note2: @test is called with the inode_hash_lock held, so can't sleep. */ struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval, int (*test)(struct inode *, void *), void *data)