Re: [PATCH] ext4: Fix wrong list_splice in ext4_fc_cleanup
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-01-14 03:35:08
Also in:
lkml
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-01-14 03:35:08
Also in:
lkml
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 <redacted>
Thanks, applied. - Ted