On Thu, Dec 10, 2020 at 09:10:09PM -0700, Andreas Dilger wrote: > On Dec 4, 2020, at 9:58 PM, Theodore Ts'o <tytso@xxxxxxx> wrote: > > > > Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> > > My understanding is that as soon as the EXT2_FLAG_THREADS is added, > and if the backend supports CHANNEL_FLAGS_THREADS, then the pthread > code in the previous patch will "autothread" based on the number of > CPUs in the system. Yep. > That will be nice for debugfs, which would otherwise take ages to > start on a large filesystem if "-c" was not used (which also > precludes any kind of modifications). > > Reviewed-by: Andreas Dilger <adilger@xxxxxxxxx> Yes, that's an issue that our SRE's have run across as well while debugging customer problems, which is one of the reasons why I've been interested in getting this change upstream first, even it takes a bit longer to get all of the parallel fsck changes reviewed and upstream. - Ted