Whamcloud - gitweb
LU-3188 osc: shorten IO calling path 92/10292/5
authorBobi Jam <bobijam.xu@intel.com>
Mon, 12 May 2014 14:04:23 +0000 (22:04 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 19 Jun 2014 16:09:18 +0000 (16:09 +0000)
commit5bc6be85c7b5434917791f97a199b16f6c8bf533
treea575a28dcc59815ce4f89e8d0881065720d01afc
parentdece70280b7075c4ca39472ad48e72d696b6fcf8
LU-3188 osc: shorten IO calling path

By using osc_io_unplug_aync() for osc_queue_sync_pages() to shorten
the IO calling path, to reduce the chance of stack overflow.

This is revive of git commit 83ae17df2bdce837e62473aec27c03d67312c8ea.

Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
Change-Id: I2ac32866f7adbc4701370704612c849a18a5d1ac
Reviewed-on: http://review.whamcloud.com/10292
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osc/osc_cache.c