From: Andi Kleen Date: Wed, 6 Feb 2008 09:40:11 +0000 (-0800) Subject: BKL-removal: remove incorrect BKL comment in ext2 X-Git-Tag: firefly_0821_release~23026 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d71cadd6bc9834710c0b045e3abedd0c56ff1c37;p=firefly-linux-kernel-4.4.55.git BKL-removal: remove incorrect BKL comment in ext2 No BKL used anywhere, so don't mention it. Signed-off-by: Andi Kleen Cc: Theodore Ts'o Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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, * * `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.