From 34f95fb210abd2257a739e4c01448c01e5923f50 Mon Sep 17 00:00:00 2001 From: ericm Date: Wed, 11 Oct 2006 04:14:22 +0000 Subject: [PATCH] branch: b_new_cmd mdc_realloc_openmsg() is violating rules of sptlrpc, LBUG it for this moment. real fixes shold come asap. --- lustre/mdc/mdc_locks.c | 1 + 1 file changed, 1 insertion(+) 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); -- 1.8.3.1