]> git.baikalelectronics.ru Git - kernel.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)
commitf8512347b2b5bf8f10f08416ce1131c48425971d
tree295e6be829b658f198fd2331c02a0477bf7fd245
parenta2c406a6d49b624bd010cc3d8f2334e1eec88add
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