Re: [Cluster-devel] [GFS2 PATCH] gfs2: take jdata unstuff into account in do_grow

2018-12-18 Thread Andreas Gruenbacher
On Tue, 18 Dec 2018 at 15:32, Bob Peterson wrote: > Hi, > > Before this patch, function do_grow would not reserve enough journal > blocks in the transaction to unstuff jdata files while growing them. > This patch adds the logic to add one more block if the file to grow > is jdata. > >

[Cluster-devel] [GFS2 PATCH] gfs2: take jdata unstuff into account in do_grow

2018-12-18 Thread Bob Peterson
Hi, Before this patch, function do_grow would not reserve enough journal blocks in the transaction to unstuff jdata files while growing them. This patch adds the logic to add one more block if the file to grow is jdata. Signed-off-by: Bob Peterson --- fs/gfs2/bmap.c | 1 + 1 file changed, 1