diff options
author | Eric Sandeen <sandeen@redhat.com> | 2007-10-16 23:26:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 08:42:49 -0700 |
commit | ef2fb67989d30fea475bb01c5b7ca44adbce5dea (patch) | |
tree | 295e6be829b658f198fd2331c02a0477bf7fd245 /include | |
parent | 74bf17cffc32511c7c6d70fe7f376b92662e186e (diff) | |
download | op-kernel-dev-ef2fb67989d30fea475bb01c5b7ca44adbce5dea.zip op-kernel-dev-ef2fb67989d30fea475bb01c5b7ca44adbce5dea.tar.gz |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions