Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
272631e
)
Add missing free_blocks_hi field to debugfs table.
author
Valerie Aurora Henson
<vaurora@redhat.com>
Mon, 1 Jun 2009 20:15:40 +0000
(16:15 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 1 Jun 2009 20:15:40 +0000
(16:15 -0400)
Signed-off-by: Valerie Aurora Henson <vaurora@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/set_fields.c
patch
|
blob
|
history
diff --git
a/debugfs/set_fields.c
b/debugfs/set_fields.c
index
5f02472
..
9babccd
100644
(file)
--- a/
debugfs/set_fields.c
+++ b/
debugfs/set_fields.c
@@
-124,6
+124,7
@@
static struct field_set_info super_fields[] = {
17 },
{ "blocks_count_hi", &set_sb.s_blocks_count_hi, 4, parse_uint },
{ "r_blocks_count_hi", &set_sb.s_r_blocks_count_hi, 4, parse_uint },
+ { "free_blocks_hi", &set_sb.s_free_blocks_hi, 4, parse_uint },
{ "min_extra_isize", &set_sb.s_min_extra_isize, 2, parse_uint },
{ "want_extra_isize", &set_sb.s_want_extra_isize, 2, parse_uint },
{ "flags", &set_sb.s_flags, 4, parse_uint },