From: adilger Date: Sun, 24 Aug 2008 08:58:17 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_101~2^104 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a2df90f65f5c4ccee208287b21004009a1ba39f1;p=fs%2Flustre-release.git Branch b1_8_gate Quiet compiler warnings. b=15981 i=robert.read i=adilger (girish.shilamkar original patch) --- diff --git a/lustre/osc/osc_create.c b/lustre/osc/osc_create.c index 07fccc9..94fc294 100644 --- 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) {