Whamcloud - gitweb
LU-4017 debugfs: add support for the project id field
[tools/e2fsprogs.git] / debugfs / set_fields.c
index 920f17d..ec19791 100644 (file)
@@ -217,7 +217,7 @@ static struct field_set_info inode_fields[] = {
        { "crtime", &set_inode.i_crtime, NULL, 4, parse_uint },
        { "crtime_extra", &set_inode.i_crtime_extra, NULL,
                4, parse_uint },
-       { "i_projid", &set_inode.i_projid, NULL, 4, parse_uint },
+       { "projid", &set_inode.i_projid, NULL, 4, parse_uint },
        { "bmap", NULL, NULL, 4, parse_bmap, FLAG_ARRAY },
        { 0, 0, 0, 0 }
 };