Whamcloud - gitweb
LU-17193 build: fix gcc-12 compiler warnings
[fs/lustre-release.git] / lustre / lmv / lmv_obd.c
index 15ad904..8a6fb6c 100644 (file)
@@ -957,7 +957,7 @@ static int lmv_iocontrol(unsigned int cmd, struct obd_export *exp,
                QCTL_COPY(oqctl, qctl);
                rc = obd_quotactl(tgt->ltd_exp, oqctl);
                if (rc == 0) {
-                       QCTL_COPY(qctl, oqctl);
+                       QCTL_COPY_NO_PNAME(qctl, oqctl);
                        qctl->qc_valid = QC_MDTIDX;
                        qctl->obd_uuid = tgt->ltd_uuid;
                }