]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/dmu.c
Project Quota on ZFS
[mirror_zfs.git] / module / zfs / dmu.c
index 20ed3ebffcaca20437a10bf660f139d7175531c0..cb86800f4bb374e2efcaf160c31e826b6e0ec58d 100644 (file)
@@ -113,8 +113,8 @@ const dmu_object_type_info_t dmu_ot[DMU_OT_NUMTYPES] = {
        { DMU_BSWAP_UINT64,     TRUE,   FALSE,  "FUID table size"       },
        { DMU_BSWAP_ZAP,        TRUE,   FALSE,  "DSL dataset next clones"},
        { DMU_BSWAP_ZAP,        TRUE,   FALSE,  "scan work queue"       },
-       { DMU_BSWAP_ZAP,        TRUE,   TRUE,   "ZFS user/group used"   },
-       { DMU_BSWAP_ZAP,        TRUE,   TRUE,   "ZFS user/group quota"  },
+       { DMU_BSWAP_ZAP,        TRUE,   TRUE,   "ZFS user/group/project used" },
+       { DMU_BSWAP_ZAP,        TRUE,   TRUE,   "ZFS user/group/project quota"},
        { DMU_BSWAP_ZAP,        TRUE,   FALSE,  "snapshot refcount tags"},
        { DMU_BSWAP_ZAP,        TRUE,   FALSE,  "DDT ZAP algorithm"     },
        { DMU_BSWAP_ZAP,        TRUE,   FALSE,  "DDT statistics"        },