Whamcloud - gitweb
Add flock support.
[fs/lustre-release.git] / lustre / osc / osc_create.c
index 3cd2175..c1a80c4 100644 (file)
@@ -172,7 +172,7 @@ static int oscc_wait_for_objects(struct osc_creator *oscc, int count)
         spin_unlock(&oscc->oscc_lock);
 
         osc_invalid = oscc->oscc_obd->u.cli.cl_import->imp_invalid;
-                      
+
         return have_objs || ost_full || osc_invalid;
 }