Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc24527
)
branch: b_new_cmd
author
ericm
<ericm>
Wed, 11 Oct 2006 04:14:22 +0000
(
04:14
+0000)
committer
ericm
<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
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_locks.c
b/lustre/mdc/mdc_locks.c
index
fc74f5d
..
92ca530
100644
(file)
--- 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);