Whamcloud - gitweb
LU-3188 osc: shorten IO calling path
[fs/lustre-release.git] / lustre / osc / osc_cache.c
index b898d93..e7bfc47 100644 (file)
@@ -2668,7 +2668,7 @@ int osc_queue_sync_pages(const struct lu_env *env, struct osc_object *obj,
        }
        osc_object_unlock(obj);
 
-       osc_io_unplug(env, cli, obj, PDL_POLICY_ROUND);
+       osc_io_unplug_async(env, cli, obj);
        RETURN(0);
 }