commit | 149ed7f51e279916e7a7a1eef5cec50da67d7cfe | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Tue Sep 17 13:14:35 2013 -0400 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Wed Sep 18 10:40:38 2013 +0100 |
tree | 36e24333ca87d57d2bff0996c9d7680037945539 | |
parent | e579ed4f446e64748a2d26eed8f8b28f728495bd [diff] |
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 <rpeterso@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>