]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
remove unused bh in calls to ext234_get_group_desc
authorEric Sandeen <sandeen@redhat.com>
Wed, 17 Oct 2007 06:26:30 +0000 (23:26 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:49 +0000 (08:42 -0700)
commitef2fb67989d30fea475bb01c5b7ca44adbce5dea
tree295e6be829b658f198fd2331c02a0477bf7fd245
parent74bf17cffc32511c7c6d70fe7f376b92662e186e
remove unused bh in calls to ext234_get_group_desc

ext[234]_get_group_desc never tests the bh argument, and only sets it if it
is passed in; it is perfectly happy with a NULL bh argument.  But, many
callers send one in and never use it.  May as well call with NULL like
other callers who don't use the bh.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Cc: <linux-ext4@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext2/ialloc.c
fs/ext2/inode.c
fs/ext3/ialloc.c
fs/ext4/ialloc.c