aboutsummaryrefslogtreecommitdiffstats
path: root/fs/inode.c
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2011-03-26 16:27:47 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-27 22:30:19 -0400
commitb6d0ad686da95fa85ce0c583ec35017bf1583563 (patch)
tree357c740a9d8bb37397ead382dc3dd302f91d0e28 /fs/inode.c
parent6213cfe82461e39219a3b06ecf1d0679b4c0657f (diff)
fs: fix inode.c kernel-doc warning
Fix inode.c kernel-doc fatal error: 2 comment sections have the same name: Error(fs/inode.c:1171): duplicate section name 'Note' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/inode.c')
-rw-r--r--fs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c
index 05a1f75ae791..5f4e11aaeb5c 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -1167,7 +1167,7 @@ EXPORT_SYMBOL(igrab);
1167 * Note: I_NEW is not waited upon so you have to be very careful what you do 1167 * Note: I_NEW is not waited upon so you have to be very careful what you do
1168 * with the returned inode. You probably should be using ilookup5() instead. 1168 * with the returned inode. You probably should be using ilookup5() instead.
1169 * 1169 *
1170 * Note: @test is called with the inode_hash_lock held, so can't sleep. 1170 * Note2: @test is called with the inode_hash_lock held, so can't sleep.
1171 */ 1171 */
1172struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval, 1172struct inode *ilookup5_nowait(struct super_block *sb, unsigned long hashval,
1173 int (*test)(struct inode *, void *), void *data) 1173 int (*test)(struct inode *, void *), void *data)