From: Oleg Drokin Date: Fri, 10 May 2013 18:28:14 +0000 (-0400) Subject: Revert "LU-3188 osc: shorten IO calling path" X-Git-Tag: 2.4.0-RC1~15 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=caeeee049ee7285e0eb423264ce114e9c5f33bd5 Revert "LU-3188 osc: shorten IO calling path" This commit seems to have caused more problems than it fixed. This reverts commit 83ae17df2bdce837e62473aec27c03d67312c8ea. --- diff --git a/lustre/osc/osc_cache.c b/lustre/osc/osc_cache.c index 0602242..25d84d3 100644 --- a/lustre/osc/osc_cache.c +++ b/lustre/osc/osc_cache.c @@ -2581,7 +2581,7 @@ int osc_queue_sync_pages(const struct lu_env *env, struct osc_object *obj, } osc_object_unlock(obj); - osc_io_unplug_async(env, cli, obj); + osc_io_unplug(env, cli, obj, PDL_POLICY_ROUND); RETURN(0); }