[PATCH] [2/18] BKL-removal: Remove incorrect BKL comment in ext2

From: Andi Kleen
Date: Sat Jan 26 2008 - 21:17:52 EST



No BKL used anywhere, so don't mention it.

Signed-off-by: Andi Kleen <ak@xxxxxxx>

---
fs/ext2/inode.c | 1 -
1 file changed, 1 deletion(-)

Index: linux/fs/ext2/inode.c
===================================================================
--- linux.orig/fs/ext2/inode.c
+++ linux/fs/ext2/inode.c
@@ -569,7 +569,6 @@ static void ext2_splice_branch(struct in
*
* `handle' can be NULL if create == 0.
*
- * The BKL may not be held on entry here. Be sure to take it early.
* return > 0, # of blocks mapped or allocated.
* return = 0, if plain lookup failed.
* return < 0, error case.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/