Whamcloud - gitweb
LU-4017 e2fsprogs: add project quota support
[tools/e2fsprogs.git] / lib / e2p / ls.c
index 0df3622..3c1d6e1 100644 (file)
@@ -200,6 +200,7 @@ static __u64 e2p_free_blocks_count(struct ext2_super_block *super)
 static const char *quota_prefix[MAXQUOTAS] = {
        [USRQUOTA] = "User quota inode:",
        [GRPQUOTA] = "Group quota inode:",
+       [PRJQUOTA] = "Project quota inode:",
 };
 
 /**