Re: [PATCH 15/35] btrfs: run delayed iputs before committing

2018-08-31 Thread Josef Bacik
On Fri, Aug 31, 2018 at 10:55:22AM +0300, Nikolay Borisov wrote: > > > On 30.08.2018 20:42, Josef Bacik wrote: > > We want to have a complete picture of any delayed inode updates before > > we make the decision to commit or not, so make sure we run delayed iputs > > before making the decision to

Re: [PATCH 15/35] btrfs: run delayed iputs before committing

2018-08-31 Thread Nikolay Borisov
On 30.08.2018 20:42, Josef Bacik wrote: > We want to have a complete picture of any delayed inode updates before > we make the decision to commit or not, so make sure we run delayed iputs > before making the decision to commit or not. Again, there was request for more detail which is not addres

[PATCH 15/35] btrfs: run delayed iputs before committing

2018-08-30 Thread Josef Bacik
We want to have a complete picture of any delayed inode updates before we make the decision to commit or not, so make sure we run delayed iputs before making the decision to commit or not. Signed-off-by: Josef Bacik --- fs/btrfs/extent-tree.c | 4 1 file changed, 4 insertions(+) diff --git