| commit | 29e36e13993cabae4f5ba5c030b6756f962ffc73 | [log] [tgz] |
|---|---|---|
| author | Daejun Park <daejun7.park@samsung.com> | Wed Dec 30 18:48:51 2020 +0900 |
| committer | Harshad Shirwadkar <harshads@google.com> | Thu Jan 28 22:44:06 2021 +0000 |
| tree | 9722764acfaff58cbc0cad944754d76eab6e813f | |
| parent | c1629223afcd54f6e0df5139fb91823fb14d9f23 [diff] |
ext4: fix wrong list_splice in ext4_fc_cleanup
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.
Fixes: aa75f4d3daaeb ("ext4: main fast-commit commit path")
Signed-off-by: Daejun Park <daejun7.park@samsung.com>
Reviewed-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Link: https://lore.kernel.org/r/20201230094851epcms2p6eeead8cc984379b37b2efd21af90fd1a@epcms2p6
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
(cherry picked from commit 31e203e09f036f48e7c567c2d32df0196bbd303f)
Change-Id: I6dc9840e883e9e99cad04b097314a5100e3bcf06
Reviewed-on: https://cos-review.googlesource.com/c/third_party/kernel/+/10968
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
Reviewed-by: Harshad Shirwadkar <harshads@google.com>