Re: [PATCH v2 3/3] ext4: use jbd2_inode dirty range scoping

2019-06-24 Thread Ross Zwisler
On Mon, Jun 24, 2019 at 02:54:49AM +0800, kbuild test robot wrote: > Hi Ross, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [also build test ERROR on v5.2-rc6 next-20190621] > [if your patch is applied to the wrong git tree, please drop us a

Re: [PATCH v2 3/3] ext4: use jbd2_inode dirty range scoping

2019-06-23 Thread kbuild test robot
Hi Ross, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.2-rc6 next-20190621] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/comm

Re: [PATCH v2 3/3] ext4: use jbd2_inode dirty range scoping

2019-06-20 Thread Theodore Ts'o
On Thu, Jun 20, 2019 at 09:18:39AM -0600, Ross Zwisler wrote: > Use the newly introduced jbd2_inode dirty range scoping to prevent us > from waiting forever when trying to complete a journal transaction. > > Signed-off-by: Ross Zwisler > Reviewed-by: Jan Kara > Cc: sta...@vger.kernel.org Applie

[PATCH v2 3/3] ext4: use jbd2_inode dirty range scoping

2019-06-20 Thread Ross Zwisler
Use the newly introduced jbd2_inode dirty range scoping to prevent us from waiting forever when trying to complete a journal transaction. Signed-off-by: Ross Zwisler Reviewed-by: Jan Kara Cc: sta...@vger.kernel.org --- fs/ext4/ext4_jbd2.h | 12 ++-- fs/ext4/inode.c | 13