Whamcloud - gitweb
LU-1214 quota: don't compile quota module for client
[fs/lustre-release.git] / lustre / quota / quota_ctl.c
index 88b99fe..2ea126e 100644 (file)
@@ -62,7 +62,6 @@
 #include <lustre_quota.h>
 #include "quota_internal.h"
 
-#ifdef HAVE_QUOTA_SUPPORT
 #ifdef __KERNEL__
 
 int mds_quota_ctl(struct obd_device *obd, struct obd_export *unused,
@@ -289,4 +288,3 @@ adjust:
         RETURN(rc);
 }
 #endif /* __KERNEL__ */
-#endif