ext4: fix double locking in ext4_fc_commit_dentry_updates()
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Fri, 23 Oct 2020 16:13:39 +0000 (09:13 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 28 Oct 2020 17:41:16 +0000 (13:41 -0400)
commit5112e9a540fb4a63184850c6570f30ae13b5f5e3
treef80ab6f1285ab29c913fd4fa29307f649bbeadca
parent96485e4462604744d66bf4301557d996d80b85eb
ext4: fix double locking in ext4_fc_commit_dentry_updates()

Fixed double locking of sbi->s_fc_lock in the above function
as reported by kernel-test-robot.

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Link: https://lore.kernel.org/r/20201023161339.1449437-1-harshadshirwadkar@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/fast_commit.c