From: Eric Sandeen Date: Wed, 17 Oct 2007 06:26:30 +0000 (-0700) Subject: remove unused bh in calls to ext234_get_group_desc X-Git-Tag: v2.6.24-rc1~738 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef2fb67989d30fea475bb01c5b7ca44adbce5dea;p=pandora-kernel.git 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 Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed