]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
set_fields.c: Add support for the jnl_blocks[] for set_super_value
authorTheodore Ts'o <tytso@mit.edu>
Fri, 21 Jan 2005 02:45:27 +0000 (21:45 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 21 Jan 2005 02:45:27 +0000 (21:45 -0500)
debugfs/ChangeLog
debugfs/set_fields.c

index cc8235511a9c9b17971cd96fd72ae73ab24ff3cc..d24f62c984a859cb5d35c5841deee0713b2a35fc 100644 (file)
@@ -1,3 +1,7 @@
+2005-01-20  Theodore Ts'o  <tytso@mit.edu>
+
+       * set_fields.c: Add support for the jnl_blocks[] for set_super_value
+
 2005-01-19  Matthias Andree <matthias.andree@gmx.de>
 
        * set_fields.c: Add _XOPEN_SOURCE #define on all but Solaris
index 811edce50e83df33121e029c42569964b2bed9f8..5c0cf50c62ee3318019b2234723044184fb1d75e 100644 (file)
@@ -112,6 +112,8 @@ static struct field_set_info super_fields[] = {
        { "default_mount_opts", &set_sb.s_default_mount_opts, 4, parse_uint },
        { "first_meta_bg", &set_sb.s_first_meta_bg, 4, parse_uint },
        { "mkfs_time", &set_sb.s_mkfs_time, 4, parse_time },
+       { "jnl_blocks", &set_sb.s_jnl_blocks[0], 4, parse_uint, FLAG_ARRAY, 
+         17 },
        { 0, 0, 0, 0 }
 };