diff --git a/[refs] b/[refs] index 80dcf37ac171..058ec461557b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 14f9f7b28e9f4c2102337d45f8d324c004a57481 +refs/heads/master: d71cadd6bc9834710c0b045e3abedd0c56ff1c37 diff --git a/trunk/fs/ext2/inode.c b/trunk/fs/ext2/inode.c index b1ab32ab5a77..7a1fcc9fde92 100644 --- a/trunk/fs/ext2/inode.c +++ b/trunk/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.