Whamcloud - gitweb
branch: b_new_cmd
authorericm <ericm>
Wed, 11 Oct 2006 04:14:22 +0000 (04:14 +0000)
committerericm <ericm>
Wed, 11 Oct 2006 04:14:22 +0000 (04:14 +0000)
mdc_realloc_openmsg() is violating rules of sptlrpc, LBUG it for this
moment. real fixes shold come asap.

lustre/mdc/mdc_locks.c

index fc74f5d..92ca530 100644 (file)
@@ -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);