]> git.karo-electronics.de Git - karo-tx-linux.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, 13 Aug 2012 10:37:51 +0000 (11:37 +0100)
commit257cd649be9710e12f9e3c7b3384c8b07802a6a0
treec421c317ab13005655a8d59dece4b9773307cee9
parent29b2a71fe1db0b4dae5855acd58b2cb79555b2ea
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