From: ericm Date: Wed, 11 Oct 2006 04:14:22 +0000 (+0000) Subject: branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~603 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=34f95fb210abd2257a739e4c01448c01e5923f50;p=fs%2Flustre-release.git branch: b_new_cmd mdc_realloc_openmsg() is violating rules of sptlrpc, LBUG it for this moment. real fixes shold come asap. --- diff --git a/lustre/mdc/mdc_locks.c b/lustre/mdc/mdc_locks.c index fc74f5d..92ca530 100644 --- a/lustre/mdc/mdc_locks.c +++ b/lustre/mdc/mdc_locks.c @@ -238,6 +238,7 @@ static void mdc_realloc_openmsg(struct ptlrpc_request *req, int new_size, old_size; struct lustre_msg *new_msg; + LBUG(); // ericm /* save old size */ old_size = lustre_msg_size(lustre_request_magic(req), 9, size);