Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d71cadd6 authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds
Browse files

BKL-removal: remove incorrect BKL comment in ext2



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

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 14f9f7b2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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.