]> rtime.felk.cvut.cz Git - linux-imx.git/commit
GFS2: Use rbm for gfs2_setbit()
authorSteven Whitehouse <swhiteho@redhat.com>
Mon, 13 Aug 2012 10:37:51 +0000 (11:37 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 24 Sep 2012 09:47:16 +0000 (10:47 +0100)
commit3e6339dd2850353781513dec42a8d56690e9e1db
tree389902a31fd41fb669de7c37f49dba0fe13cec1d
parentc04a2ef3a8b51cf58d8ff18bb4d6af17252f0fb6
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>
fs/gfs2/rgrp.c