Re: [PATCH] ext4: Fix wrong list_splice in ext4_fc_cleanup

2021-01-13 Thread Theodore Ts'o
On Wed, Dec 30, 2020 at 06:48:51PM +0900, Daejun Park wrote: > After full/fast commit, entries in staging queue are promoted to main > queue. In ext4_fs_cleanup function, it splice to staging queue to > staging queue. > > Signed-off-by: Daejun Park Thanks, applied.

Re: [PATCH] ext4: Fix wrong list_splice in ext4_fc_cleanup

2021-01-05 Thread harshad shirwadkar
Thanks, that's a good catch! Reviewed-by: Harshad Shirwadkar On Wed, Dec 30, 2020 at 1:53 AM Daejun Park wrote: > > After full/fast commit, entries in staging queue are promoted to main > queue. In ext4_fs_cleanup function, it splice to staging queue to > staging queue. > > Signed-off-by:

[PATCH] ext4: Fix wrong list_splice in ext4_fc_cleanup

2020-12-30 Thread Daejun Park
After full/fast commit, entries in staging queue are promoted to main queue. In ext4_fs_cleanup function, it splice to staging queue to staging queue. Signed-off-by: Daejun Park --- fs/ext4/fast_commit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ext4/fast_commit.c