Whamcloud - gitweb
Branch b1_8_gate
authoradilger <adilger>
Sun, 24 Aug 2008 08:58:17 +0000 (08:58 +0000)
committeradilger <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

index 07fccc9..94fc294 100644 (file)
@@ -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) {