]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - debugfs/set_fields.c
debugfs: add support for the project id field
[thirdparty/e2fsprogs.git] / debugfs / set_fields.c
index 29e8996c823a21dcbc117bc5c92743fc9199e3a5..973afa788a9888ad7141b22224601a0726c4bf15 100644 (file)
@@ -231,7 +231,7 @@ static struct field_set_info inode_fields[] = {
                4, parse_time },
        { "crtime_extra", &set_inode.i_crtime_extra, NULL,
                4, parse_uint, FLAG_ALIAS },
-       { "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 }
 };