set_fields.c: Add support for the jnl_blocks[] for set_super_value

bitmap-optimize
Theodore Ts'o 2005-01-20 21:45:27 -05:00
parent 0aa0e0c7d6
commit 89c801561d
2 changed files with 6 additions and 0 deletions

View 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

View 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 }
};