Whamcloud - gitweb
b=23634 sanity-sec RUNAS fix
[fs/lustre-release.git] / lustre / quota / lproc_quota.c
index 21ec147..d7aefe6 100644 (file)
@@ -250,7 +250,7 @@ int generic_quota_on(struct obd_device *obd, struct obd_quotactl *oqctl, int glo
                 }
 
                 if (rc == 0 && global && is_master)
-                        rc = obd_quotactl(obd->u.mds.mds_osc_exp, oqctl);
+                        rc = obd_quotactl(obd->u.mds.mds_lov_exp, oqctl);
         }
 
         if (is_master)