commit | ec23df2b0cf3e1620f5db77972b7fb735f267eff | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Sep 27 15:30:25 2018 +0100 |
committer | Bob Peterson <rpeterso@redhat.com> | Fri Oct 12 07:31:55 2018 -0500 |
tree | 42843f4562fc8d05e07840240e659909f4ae324e | |
parent | 243fea4df910ca1463a1114321823082b5440991 [diff] |
gfs2: Fix marking bitmaps non-full Reservations in gfs can span multiple gfs2_bitmaps (but they won't span multiple resource groups). When removing a reservation, we want to clear the GBF_FULL flags of all involved gfs2_bitmaps, not just that of the first bitmap. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Bob Peterson <rpeterso@redhat.com> Reviewed-by: Steven Whitehouse <swhiteho@redhat.com>