Whamcloud - gitweb
b=21147 fix silent conflict with patch from bug 21379
authorJohann Lombardi <johann@granier.local>
Wed, 16 Dec 2009 12:44:56 +0000 (13:44 +0100)
committerJohann Lombardi <johann@granier.local>
Wed, 16 Dec 2009 12:44:56 +0000 (13:44 +0100)
lustre/quota/lproc_quota.c

index 17c873c..475debf 100644 (file)
@@ -288,7 +288,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)