daemon: Implement e2fsck -n flag (as FORCENO option)

Fixes: https://issues.redhat.com/browse/RHEL-92599
This commit is contained in:
Richard W.M. Jones
2025-05-20 08:20:55 +01:00
committed by rwmjones
parent b9f75ca5b8
commit b98cc96129
3 changed files with 30 additions and 10 deletions

View File

@@ -33,6 +33,9 @@ The C<fstrim> API has been modified to work around several issues in
upstream and RHEL 9 kernels related to XFS support (Eric Sandeen, Dave
Chinner).
The existing C<e2fsck> API has a new C<FORCENO> option enabling use of
the command line I<-n> flag.
=begin comment
=head2 Tools