Re: [Cluster-devel] [PATCH 7/9] gfs2: Fix marking bitmaps non-full

2018-10-12 Thread Steven Whitehouse
Hi, On 12/10/18 13:06, Bob Peterson wrote: - Original Message - Hi, The series looks good I think. This one though looks like a bug fix and should probably go to -stable too? Steve. I concur. So can I add your reviewed-by before I push? Bob Peterson Yes, please do, Steve.

Re: [Cluster-devel] [PATCH 7/9] gfs2: Fix marking bitmaps non-full

2018-10-12 Thread Bob Peterson
- Original Message - > Hi, > The series looks good I think. This one though looks like a bug fix and > should probably go to -stable too? > > Steve. I concur. So can I add your reviewed-by before I push? Bob Peterson

Re: [Cluster-devel] [PATCH 7/9] gfs2: Fix marking bitmaps non-full

2018-10-12 Thread Andreas Gruenbacher
On Fri, 12 Oct 2018 at 11:15, Steven Whitehouse wrote: > The series looks good I think. This one though looks like a bug fix and > should probably go to -stable too? Yes, that's a good idea. The fix applies all the way back to v4.4 or even further. Thanks, Andreas

Re: [Cluster-devel] [PATCH 7/9] gfs2: Fix marking bitmaps non-full

2018-10-12 Thread Steven Whitehouse
Hi, On 11/10/18 20:20, 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. Signed-off-by:

[Cluster-devel] [PATCH 7/9] gfs2: Fix marking bitmaps non-full

2018-10-11 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 +++