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:
5e4468c
)
Branch b1_8_gate
author
adilger
<adilger>
Sun, 24 Aug 2008 08:58:17 +0000
(08:58 +0000)
committer
adilger
<adilger>
Sun, 24 Aug 2008 08:58:17 +0000
(08:58 +0000)
Quiet compiler warnings.
b=15981
i=robert.read
i=adilger (girish.shilamkar original patch)
lustre/osc/osc_create.c
patch
|
blob
|
history
diff --git
a/lustre/osc/osc_create.c
b/lustre/osc/osc_create.c
index
07fccc9
..
94fc294
100644
(file)
--- a/
lustre/osc/osc_create.c
+++ b/
lustre/osc/osc_create.c
@@
-76,7
+76,7
@@
static int osc_interpret_create(struct ptlrpc_request *req, void *data, int rc)
oscc = req->rq_async_args.pointer_arg[0];
LASSERT(oscc && (oscc->oscc_obd != LP_POISON));
-
+
spin_lock(&oscc->oscc_lock);
oscc->oscc_flags &= ~OSCC_FLAG_CREATING;
switch (rc) {