lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 02 Apr 2008 09:03:14 -0500
From:	"Jose R. Santos" <jrs@...ibm.com>
To:	"Theodore Ts'o" <tytso@....edu>, Andreas Dilger <adilger@....com>,
	linux-ext4@...r.kernel.org
Subject: [PATCH][TRIVIAL][e2fsprogs] Rename uninit_groups to uninit_bg.

From: Jose R. Santos <jrs@...ibm.com>

Rename uninit_groups to uninit_bg.

<meta_bg> <flex_bg> <uninit_groups> <lazy_bg>

One of these things is not like the others,
One of these things just doesn't belong,
Can you tell which thing is not like the others
By the time I finish my song?
       	    by Joe Raposo

Signed-off-by: Jose R. Santos <jrs@...ibm.com>
--

 e2fsck/unix.c     |    2 +-
 lib/e2p/feature.c |    2 +-
 misc/mke2fs.8.in  |    2 +-
 misc/tune2fs.8.in |    4 ++--
 resize/main.c     |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)


diff --git a/e2fsck/unix.c b/e2fsck/unix.c
index 7b662e4..a868d87 100644
--- a/e2fsck/unix.c
+++ b/e2fsck/unix.c
@@ -559,7 +559,7 @@ static void parse_extended_opts(e2fsck_t ctx, const char *opts)
 		       "is set off by an equals ('=') sign.  "
 			"Valid extended options are:\n"
 			"\tea_ver=<ea_version (1 or 2)>\n"
-			"\tuninit_groups\n"
+			"\tuninit_bg\n"
 			"\tinit_groups\n\n"), stderr);
 		exit(1);
 	}
diff --git a/lib/e2p/feature.c b/lib/e2p/feature.c
index cf37447..3fc4f91 100644
--- a/lib/e2p/feature.c
+++ b/lib/e2p/feature.c
@@ -45,7 +45,7 @@ static struct feature feature_list[] = {
 	{	E2P_FEATURE_RO_INCOMPAT, EXT4_FEATURE_RO_COMPAT_HUGE_FILE,
 			"huge_file" },
 	{	E2P_FEATURE_RO_INCOMPAT, EXT4_FEATURE_RO_COMPAT_GDT_CSUM,
-			"uninit_groups" },
+			"uninit_bg" },
 	{	E2P_FEATURE_RO_INCOMPAT, EXT4_FEATURE_RO_COMPAT_DIR_NLINK,
 			"dir_nlink" },
 	{	E2P_FEATURE_RO_INCOMPAT, EXT4_FEATURE_RO_COMPAT_EXTRA_ISIZE,
diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in
index 9cc3895..7eebe40 100644
--- a/misc/mke2fs.8.in
+++ b/misc/mke2fs.8.in
@@ -443,7 +443,7 @@ to create a large virtual block group).
 .B has_journal
 Create an ext3 journal (as if using the
 .TP
-.B uninit_groups
+.B uninit_bg
 Create a filesystem without initializing all of the groups.  This speeds
 up filesystem creation time noticably, and can also reduce
 .BR e2fsck time
diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in
index b5af4d0..3215808 100644
--- a/misc/tune2fs.8.in
+++ b/misc/tune2fs.8.in
@@ -440,7 +440,7 @@ future.
 .B Tune2fs 
 only supports clearing this filesystem feature.
 .TP
-.B uninit_groups
+.B uninit_bg
 Allow the kernel to initialize bitmaps and inode tables and keep a high
 watermark for the unused inodes in a filesystem, to reduce
 .BR e2fsck (8)
@@ -449,7 +449,7 @@ time.
 .IP
 After setting or clearing 
 .BR sparse_super ,
-.BR uninit_groups ,
+.BR uninit_bg ,
 .BR filetype ,
 or
 .B resize_inode
diff --git a/resize/main.c b/resize/main.c
index 2e5c89c..8b90e96 100644
--- a/resize/main.c
+++ b/resize/main.c
@@ -309,7 +309,7 @@ int main (int argc, char ** argv)
 
 	if (fs->super->s_feature_ro_compat & EXT4_FEATURE_RO_COMPAT_GDT_CSUM) {
 		com_err(program_name, EXT2_ET_RO_UNSUPP_FEATURE,
-			":- uninit_groups");
+			":- uninit_bg");
 		exit(1);
 	}
 

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ