aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/inode.c
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2008-02-06 04:40:11 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-06 13:41:20 -0500
commitd71cadd6bc9834710c0b045e3abedd0c56ff1c37 (patch)
treea9410ecbf21f74993b2d9e5ca9b72d0ee9da04d0 /fs/ext2/inode.c
parent14f9f7b28e9f4c2102337d45f8d324c004a57481 (diff)
BKL-removal: remove incorrect BKL comment in ext2
No BKL used anywhere, so don't mention it. Signed-off-by: Andi Kleen <ak@suse.de> Cc: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/ext2/inode.c')
-rw-r--r--fs/ext2/inode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c
index b1ab32ab5a77..7a1fcc9fde92 100644
--- a/fs/ext2/inode.c
+++ b/fs/ext2/inode.c
@@ -569,7 +569,6 @@ static void ext2_splice_branch(struct inode *inode,
569 * 569 *
570 * `handle' can be NULL if create == 0. 570 * `handle' can be NULL if create == 0.
571 * 571 *
572 * The BKL may not be held on entry here. Be sure to take it early.
573 * return > 0, # of blocks mapped or allocated. 572 * return > 0, # of blocks mapped or allocated.
574 * return = 0, if plain lookup failed. 573 * return = 0, if plain lookup failed.
575 * return < 0, error case. 574 * return < 0, error case.