b=17059
i=ZhiYong Tian
i=Johann Lombardi
Always build quota support with client
* from linux/fs/quota_v2.c
*/
-
#ifndef EXPORT_SYMTAB
# define EXPORT_SYMTAB
#endif
#include <obd_support.h>
#include "lustre_quota_fmt.h"
+#ifdef HAVE_QUOTA_SUPPORT
+
static const uint lustre_initqversions[][MAXQUOTAS] = {
[LUSTRE_QUOTA_V1] = LUSTRE_INITQVERSIONS,
[LUSTRE_QUOTA_V2] = LUSTRE_INITQVERSIONS_V2
EXPORT_SYMBOL(lustre_commit_dquot);
EXPORT_SYMBOL(lustre_init_quota_info);
EXPORT_SYMBOL(lustre_get_qids);
+#endif