Lustre filesystem with 4K stack may cause a stack overflow. For more
information, please refer to bugzilla 17630.
+Severity : minor
+Frequency : always
+Bugzilla : 16693
+Description: shrink LOV EAs before replying
+Details : correctly adjust LOV EA buffer for reply.
+
Severity : normal
Frequency : rare
Bugzilla : 16081
}
req->rq_status = rc;
- mds_shrink_reply(obd, req, body, REPLY_REC_OFF + 1);
+ mds_shrink_reply(obd, req, body, offset + 1);
/* trigger dqrel on the owner of child and parent */
lquota_adjust(mds_quota_interface_ref, obd, qcids, qpids, rc,
}
req->rq_status = rc;
+ mds_shrink_reply(obd, req, body, offset + 1);
+
/* acquire/release qunit */
lquota_adjust(mds_quota_interface_ref, obd, qcids, qpids, rc,
FSFILT_OP_RENAME);