commit | 3e6339dd2850353781513dec42a8d56690e9e1db | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Mon Aug 13 11:37:51 2012 +0100 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Mon Sep 24 10:47:16 2012 +0100 |
tree | 389902a31fd41fb669de7c37f49dba0fe13cec1d | |
parent | c04a2ef3a8b51cf58d8ff18bb4d6af17252f0fb6 [diff] |
GFS2: Use rbm for gfs2_setbit() Use the rbm structure for gfs2_setbit() in order to simplify the arguments to the function. We have to add a bool to control whether the clone bitmap should be updated (if it exists) but otherwise it is a more or less direct substitution. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>