On Wed, Nov 18, 2020 at 07:38:47AM -0800, Saranya Muruganandam wrote: > From: Li Xi <lixi@xxxxxxx> > > -m option is added but no actual functionality is added. This > patch only adds the logic that when -m is specified, one of > -p/-y/-n options should be specified. And when -m is specified, > -C shouldn't be specified and the completion progress report won't > be triggered by sending SIGUSR1/SIGUSR2 signals. This simplifies > the implementation of multi-thread fsck in the future. > > Completion progress support with multi-thread fsck will be added > back after multi-thread fsck implementation is finished. Right > now, disable it to simplify the implementation of multi-thread fsck. > > Signed-off-by: Li Xi <lixi@xxxxxxx> > Signed-off-by: Wang Shilong <wshilong@xxxxxxx> > Signed-off-by: Saranya Muruganandam <saranyamohan@xxxxxxxxxx> I'm a bit surprised the changes to the e2fsck man page aren't inclulded in this patch. I see the man page changes were added in "e2fsck: misc cleanups for pfsck", which I would have merged into other patches, but that's a bit of a nit-pick. (The way I normally do these sorts of changes is to expert the patches using "git format-patch", and then I'll use an editor to move patch hunks around, and then apply them all using "git am". Or I'll using something like the "guilt" program, which is essentially quilt for git patch series.) (Don't worry about making changes for this, unless you're going to be making lots of other changes to the patch series.) - Ted