summaryrefslogtreecommitdiff
path: root/fs/zonefs/super.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2022-07-13 08:53:16 +0300
committerJens Axboe <axboe@kernel.dk>2022-07-14 19:27:56 +0300
commitc5b045b9838972cc4c4985a32fa5d35ecf2ab15a (patch)
tree639de65ef867d74e6baa8a3b4531257346b478bf /fs/zonefs/super.c
parent4664954c9421ce326bb5c84f175902b03f17237e (diff)
downloadlinux-c5b045b9838972cc4c4985a32fa5d35ecf2ab15a.tar.xz
ext4: only initialize mmp_bdevname once
mmp_bdevname is currently both initialized nested inside the kthread_run call in ext4_multi_mount_protect and in the kmmpd thread started by it. Lift the initiaization out of the kthread_run call in ext4_multi_mount_protect, move the BUILD_BUG_ON next to it and remove the duplicate assignment inside of kmmpd. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Link: https://lore.kernel.org/r/20220713055317.1888500-9-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/zonefs/super.c')
0 files changed, 0 insertions, 0 deletions