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)
committerLi Dongyang <dongyangli@ddn.com>
Tue, 14 Jan 2025 04:15:45 +0000 (15:15 +1100)
commit1a8c446ca458980bcb1851f04decdce9011e008b
tree74f140ff41e97c5955031328340e36d27dfb25fe
parent4598553e2a64b8128c6591bc62c09ed9184fef01
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