X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=misc%2Fdumpe2fs.c;h=e7ead8464e0795c742e183088a6525a52c4b8f0a;hb=3bf271a76463c3d238f342e39f4f2813e7df6442;hp=c6e43d3a2980ab011c2c70f261441ff01747891a;hpb=cc6a3d0d898cc06dc87780305f6427d6dec5e120;p=tools%2Fe2fsprogs.git diff --git a/misc/dumpe2fs.c b/misc/dumpe2fs.c index c6e43d3..e7ead84 100644 --- a/misc/dumpe2fs.c +++ b/misc/dumpe2fs.c @@ -131,6 +131,8 @@ static void print_bg_opts(ext2_filsys fs, dgrp_t i) &first); print_bg_opt(bg_flags, EXT2_BG_INODE_ZEROED, "ITABLE_ZEROED", &first); + print_bg_opt(bg_flags, EXT2_BG_TRIMMED, "TRIMMED", + &first); print_bg_opt(bg_flags, EXT2_BG_IOPS, "IOPS", &first); if (!first)