diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 23:31:44 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-17 23:31:44 -0400 |
commit | 2930dad2b20fe4b04ee3e9f5c7a76d8bf63342b0 (patch) | |
tree | a5c8b143d5c0dcc802719d0e6eeb06a1dfea2056 /tests/m_uninit | |
parent | 7a1eac2fbe8bcd6588a198af51f66347bb10f5ab (diff) | |
download | e2fsprogs-2930dad2b20fe4b04ee3e9f5c7a76d8bf63342b0.tar.gz |
Rename the feature uninit_groups to uninit_bg
Allow the old name of uninit_groups when converting feature names for
backwards compatibility for scripts running mke2fs and tune2fs.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tests/m_uninit')
-rw-r--r-- | tests/m_uninit/expect.1 | 4 | ||||
-rw-r--r-- | tests/m_uninit/script | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/m_uninit/expect.1 b/tests/m_uninit/expect.1 index 93cea7b8..26dc2440 100644 --- a/tests/m_uninit/expect.1 +++ b/tests/m_uninit/expect.1 @@ -15,7 +15,7 @@ Superblock backups stored on blocks: Writing inode tables: done Writing superblocks and filesystem accounting information: done -Filesystem features: ext_attr resize_inode dir_index filetype sparse_super uninit_groups +Filesystem features: ext_attr resize_inode dir_index filetype sparse_super uninit_bg Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure @@ -29,7 +29,7 @@ Filesystem volume name: <none> Last mounted on: <not available> Filesystem magic number: 0xEF53 Filesystem revision #: 1 (dynamic) -Filesystem features: ext_attr resize_inode dir_index filetype sparse_super uninit_groups +Filesystem features: ext_attr resize_inode dir_index filetype sparse_super uninit_bg Default mount options: (none) Filesystem state: clean Errors behavior: Continue diff --git a/tests/m_uninit/script b/tests/m_uninit/script index 0de2699d..0b565acf 100644 --- a/tests/m_uninit/script +++ b/tests/m_uninit/script @@ -1,4 +1,4 @@ DESCRIPTION="uninitialized group feature" FS_SIZE=131072 -MKE2FS_OPTS="-O uninit_groups" +MKE2FS_OPTS="-O uninit_bg" . $cmd_dir/run_mke2fs |