Whamcloud - gitweb
chattr/lsattr: expose FS_NOCOMP_FL (aka EXT2_NOCOMPR_FL)
[tools/e2fsprogs.git] / misc / chattr.c
index c0337f8..14b5734 100644 (file)
@@ -102,6 +102,7 @@ static const struct flags_char flags_array[] = {
        { EXT2_DIRSYNC_FL, 'D' },
        { EXT2_APPEND_FL, 'a' },
        { EXT2_COMPR_FL, 'c' },
+       { EXT2_NOCOMPR_FL, 'm' },
        { EXT2_NODUMP_FL, 'd' },
        { EXT4_EXTENTS_FL, 'e'},
        { EXT2_IMMUTABLE_FL, 'i' },