From: Steven Whitehouse Date: Fri, 14 Dec 2012 12:52:14 +0000 (+0000) Subject: GFS2: Copy gfs2_trans_add_bh into new data/meta functions X-Git-Tag: v3.9-rc1~133^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=767f433f346959d6a09b85478eb5db133ab25c6f;p=pandora-kernel.git GFS2: Copy gfs2_trans_add_bh into new data/meta functions This patch copies the body of gfs2_trans_add_bh into the two newly added gfs2_trans_add_data and gfs2_trans_add_meta functions. We can then move the .lo_add functions from lops.c into trans.c and call them directly. As a result of this, we no longer need to use the .lo_add functions at all, so that is removed from the log operations structure. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed