Whamcloud - gitweb
LU-16342 mdt: not copy pool_name to quotactl in reply
[fs/lustre-release.git] / lustre / mdt / mdt_handler.c
index 0a413ed..91a3954 100644 (file)
@@ -3321,7 +3321,7 @@ static int mdt_quotactl(struct tgt_session_info *tsi)
        if (oqctl->qc_id != id)
                swap(oqctl->qc_id, id);
 
-       QCTL_COPY(repoqc, oqctl);
+       QCTL_COPY_NO_PNAME(repoqc, oqctl);
        EXIT;
 
 out_nodemap: