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>
Thu, 8 Apr 2021 01:02:13 +0000 (11:02 +1000)
commite3e649c1dea3434b6473d817b815794ab3a1d03e
tree835f394bcf0e989f89ed734a8c354e48ce8df32d
parentfd01e467798a47b05863adf217310501767649a0
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