From: Eric Sandeen Date: Thu, 23 Jun 2011 15:39:34 +0000 (-0500) Subject: GFS2: combine duplicated block freeing routines X-Git-Tag: v3.1-rc1~325^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46fcb2ed29ff7a9ec34c4ae67b631743eb7e756f;p=pandora-kernel.git GFS2: combine duplicated block freeing routines __gfs2_free_data and __gfs2_free_meta are almost identical, and can be trivially combined. [This is as per Eric's original patch minus gfs2_free_data() which had no callers left and plus the conversion of the bmap.c calls to these functions. All in all, a nice clean up] Signed-off-by: Eric Sandeen Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed