public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][4/15] e2fsprogs-SLES10--m-support.patch
@ 2008-10-06 10:31 Kalpak Shah
  0 siblings, 0 replies; only message in thread
From: Kalpak Shah @ 2008-10-06 10:31 UTC (permalink / raw)
  To: TheodoreTso; +Cc: linux-ext4

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

SLES9 patch to add "fsck -m" option to skip checking mounted
filesystems.
This isn't in their upstream e2fsprogs, since SLES uses the fsck in
util-linux, but is needed for compatibility.


[-- Attachment #2: e2fsprogs-SLES10--m-support.patch --]
[-- Type: text/x-patch, Size: 1240 bytes --]

Index: e2fsprogs-1.40.7/misc/fsck.8.in
===================================================================
--- e2fsprogs-1.40.7.orig/misc/fsck.8.in
+++ e2fsprogs-1.40.7/misc/fsck.8.in
@@ -8,7 +8,7 @@ fsck \- check and repair a Linux file sy
 .SH SYNOPSIS
 .B fsck
 [
-.B \-sAVRTMNP
+.B \-sAVRTmMNP
 ]
 [
 .B \-C
@@ -233,7 +233,7 @@ a progress bar at a time.  GUI front-end
 .IR fd ,
 in which case the progress bar information will be sent to that file descriptor.
 .TP
-.B \-M
+.B \-m or \-M
 Do not check mounted filesystems and return an exit code of 0
 for mounted filesystems.
 .TP
Index: e2fsprogs-1.40.7/misc/fsck.c
===================================================================
--- e2fsprogs-1.40.7.orig/misc/fsck.c
+++ e2fsprogs-1.40.7/misc/fsck.c
@@ -1063,7 +1063,7 @@ static int check_all(NOARGS)
 
 static void usage(NOARGS)
 {
-	fputs(_("Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"), stderr);
+	fputs(_("Usage: fsck [-AmMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"), stderr);
 	exit(EXIT_USAGE);
 }
 
@@ -1185,6 +1185,7 @@ static void PRS(int argc, char *argv[])
 			case 'T':
 				notitle++;
 				break;
+			case 'm':
 			case 'M':
 				ignore_mounted++;
 				break;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-06 10:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-06 10:31 [PATCH][4/15] e2fsprogs-SLES10--m-support.patch Kalpak Shah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox