From: Bob Peterson Date: Tue, 22 Mar 2011 17:55:23 +0000 (-0400) Subject: GFS2: pass leaf_bh into leaf_dealloc X-Git-Tag: v3.0-rc1~384^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec038c826b5c3c163ad1673390f10e869020c28c;p=pandora-kernel.git GFS2: pass leaf_bh into leaf_dealloc Function foreach_leaf used to look up the leaf block address and get a buffer_head. Then it would call leaf_dealloc which did the same lookup. This patch combines the two operations by making foreach_leaf pass the leaf bh to leaf_dealloc. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed