Re: [Cluster-devel] [PATCH 07/11] gfs2: Fix marking bitmaps non-full

2018-10-08 Thread Steven Whitehouse
On 05/10/18 20:18, Andreas Gruenbacher wrote: 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. This looks like

[Cluster-devel] [PATCH 07/11] gfs2: Fix marking bitmaps non-full

2018-10-05 Thread Andreas Gruenbacher
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 --- fs/gfs2/rgrp.c | 13