Re: [Cluster-devel] [PATCH v2 2/6] gfs2: Clean up gfs2_adjust_reservation

2018-12-04 Thread Andreas Gruenbacher
On Sat, 1 Dec 2018 at 12:10, Andreas Gruenbacher wrote: > Unconditionally call gfs2_adjust_reservation in gfs2_alloc_blocks. Move > the code for updating rd_free and rd_free_clone from gfs2_alloc_blocks > into gfs2_adjust_reservation. Let me change that description to: Prepare gfs2_adjust_reser

Re: [Cluster-devel] [PATCH v2 2/6] gfs2: Clean up gfs2_adjust_reservation

2018-12-03 Thread Andreas Gruenbacher
On Mon, 3 Dec 2018 at 15:32, Bob Peterson wrote: > > - Original Message - > > Unconditionally call gfs2_adjust_reservation in gfs2_alloc_blocks. Move > > the code for updating rd_free and rd_free_clone from gfs2_alloc_blocks > > into gfs2_adjust_reservation. > > > > Signed-off-by: Andreas

Re: [Cluster-devel] [PATCH v2 2/6] gfs2: Clean up gfs2_adjust_reservation

2018-12-03 Thread Bob Peterson
- Original Message - > Unconditionally call gfs2_adjust_reservation in gfs2_alloc_blocks. Move > the code for updating rd_free and rd_free_clone from gfs2_alloc_blocks > into gfs2_adjust_reservation. > > Signed-off-by: Andreas Gruenbacher > --- > fs/gfs2/rgrp.c | 26