From: Bob Peterson Date: Tue, 17 Sep 2013 17:14:35 +0000 (-0400) Subject: GFS2: new function gfs2_rbm_incr X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~55^2~13 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=149ed7f51e279916e7a7a1eef5cec50da67d7cfe;p=pandora-kernel.git GFS2: new function gfs2_rbm_incr Since the previous patch eliminated bi in favor of bii, this follow-on patch needed to be adjusted accordingly. Here is the revised version. This patch adds a new function, gfs2_rbm_incr, which increments an rbm structure. This is more efficient than calling gfs2_rbm_to_block, incrementing, then calling gfs2_rbm_from_block. Signed-off-by: Bob Peterson Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed