[PATCH 5.10 147/157] ext4: stop inode update before return

2021-03-22 Thread Greg Kroah-Hartman
From: Pan Bian commit 512c15ef05d73a04f1aef18a3bc61a8bb516f323 upstream. The inode update should be stopped before returing the error code. Signed-off-by: Pan Bian Link: https://lore.kernel.org/r/20210117085732.93788-1-bianpan2...@163.com Fixes: 8016e29f4362 ("ext4: fast commit recovery

[PATCH 5.11 109/120] ext4: stop inode update before return

2021-03-22 Thread Greg Kroah-Hartman
From: Pan Bian commit 512c15ef05d73a04f1aef18a3bc61a8bb516f323 upstream. The inode update should be stopped before returing the error code. Signed-off-by: Pan Bian Link: https://lore.kernel.org/r/20210117085732.93788-1-bianpan2...@163.com Fixes: 8016e29f4362 ("ext4: fast commit recovery

Re: ext4: stop inode update before return

2021-03-20 Thread Theodore Ts'o
On Sun, Jan 17, 2021 at 12:57:32AM -0800, Pan Bian wrote: > The inode update should be stopped before returing the error code. > > Signed-off-by: Pan Bian Thanks, applied. - Ted