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:
b733a69
)
added debug code
author
huanghua
<huanghua>
Fri, 13 Oct 2006 09:42:23 +0000
(09:42 +0000)
committer
huanghua
<huanghua>
Fri, 13 Oct 2006 09:42:23 +0000
(09:42 +0000)
lustre/mdc/mdc_locks.c
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_locks.c
b/lustre/mdc/mdc_locks.c
index
9914f53
..
9e95b46
100644
(file)
--- a/
lustre/mdc/mdc_locks.c
+++ b/
lustre/mdc/mdc_locks.c
@@
-226,6
+226,7
@@
static void mdc_realloc_openmsg(struct ptlrpc_request *req,
struct mdt_body *body, int size[9])
{
int rc;
+ ENTRY;
rc = sptlrpc_cli_enlarge_reqbuf(req, DLM_INTENT_REC_OFF + 4,
body->eadatasize);
@@
-235,6
+236,7
@@
static void mdc_realloc_openmsg(struct ptlrpc_request *req,
body->valid &= ~OBD_MD_FLEASIZE;
body->eadatasize = 0;
}
+ EXIT;
}
/* We always reserve enough space in the reply packet for a stripe MD, because