Whamcloud - gitweb
e2fsck: update mmp block in one thread
authorWang Shilong <wshilong@ddn.com>
Wed, 23 Sep 2020 14:36:41 +0000 (22:36 +0800)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 28 Mar 2022 22:13:10 +0000 (16:13 -0600)
commit34bd9dce1cca128766109261829d22b3d4c7eeea
tree8c846051e1ab5e2b2666f509f0ac61b96cadf5e1
parenta3148d944aedfb3660bc8c4f7f1caf28268f84ef
e2fsck: update mmp block in one thread

For multiple threads, different threads will try to
update mmp block at the same time, only allow one
thread to update it.

E2fsprogs-commit: 1806140014cbce395d0ca4a51d46fa21e2833241

Change-Id: Id78b949d338c384a64828b955ed7477aa816f8ee
Signed-off-by: Wang Shilong <wshilong@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/e2fsck.h
e2fsck/pass1.c