Whamcloud - gitweb
e2fsck: propagate number of threads
authorSaranya Muruganandam <saranyamohan@google.com>
Fri, 13 Nov 2020 23:33:05 +0000 (15:33 -0800)
committerLi Dongyang <dongyangli@ddn.com>
Tue, 14 Jan 2025 04:16:13 +0000 (15:16 +1100)
commitda112af367badf9ccd4232da5c11ce2c262cabe3
tree757f5fc51d0f86e5559cabba687336b6e13afa7e
parent7b0994510aad5bcdee5aff0964a7f6bfe93a5097
e2fsck: propagate number of threads

Sometimes, such as in orphan_inode case, e2fsck_pass1
is called after reading the block bitmaps. This results in
reading the block bitmap sequentially and multithreading
only gets kicked in later. Fix the thread count earlier
while setting up the file system.

E2fsprogs-commit: 3f56676f4daa7379dbd868a4114910f20d49527d

Change-Id: I51ab36ad8094c605a32e4b7929fadb326d77169e
Signed-off-by: Saranya Muruganandam <saranyamohan@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/unix.c