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>
Fri, 24 May 2024 11:03:20 +0000 (21:03 +1000)
commit0b4588d237e89f1692d5649bd43ec9dc0c7a86c2
tree35b01e9a60ef6ffddd0fd552419c154951656e2a
parentda0d89b1be52834a4b2e670a3e6200c134196d6c
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