X-Git-Url: https://git.whamcloud.com/gitweb?a=blobdiff_plain;f=lustre%2Flvfs%2Flustre_quota_fmt.h;h=2139ae0aa1da3c166304d6372b4483a089e01c12;hb=fa2e46bb3f6d88e2493d55203a215bb81701fa10;hp=b0638f59a8f0cccee10d5222a32a51ee1a941fb4;hpb=1bc53c23fbe67413fa172e477955f036411e7905;p=fs%2Flustre-release.git diff --git a/lustre/lvfs/lustre_quota_fmt.h b/lustre/lvfs/lustre_quota_fmt.h index b0638f5..2139ae0 100644 --- a/lustre/lvfs/lustre_quota_fmt.h +++ b/lustre/lvfs/lustre_quota_fmt.h @@ -183,7 +183,10 @@ int lustre_get_qids(struct file *fp, struct inode *inode, int type, struct list_head *list); -/* come from lustre_quota_fmt_conver.c */ +/* comes from lustre_quota_fmt_convert.c */ +int lustre_slave_quota_convert(lustre_quota_version_t qfmt, int type); int lustre_quota_convert(struct lustre_quota_info *lqi, int type); +#define LUSTRE_OPQFILES_NAMES { { "lquota.user", "lquota.group" }, \ + { "lquota_v2.user", "lquota_v2.group" } } #endif /* lustre_quota_fmt.h */