[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080127021708.467DA14D2E@wotan.suse.de>
Date: Sun, 27 Jan 2008 03:17:08 +0100 (CET)
From: Andi Kleen <ak@...e.de>
To: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
akpm@...l.org
Subject: [PATCH] [2/18] BKL-removal: Remove incorrect BKL comment in ext2
No BKL used anywhere, so don't mention it.
Signed-off-by: Andi Kleen <ak@...e.de>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists