Whamcloud - gitweb
LU-3188 osc: shorten IO calling path
authorBobi Jam <bobijam.xu@intel.com>
Sun, 28 Apr 2013 09:11:40 +0000 (17:11 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 6 May 2013 00:17:25 +0000 (20:17 -0400)
commit83ae17df2bdce837e62473aec27c03d67312c8ea
tree41fa0f53b42290d101b5c78534fa3cd6058bc64a
parentc864582b5d4541c7830d628457e55cd859aee005
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.

Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
Change-Id: I06112d9fb7b069d68c7945641e65d6430d0bb380
Reviewed-on: http://review.whamcloud.com/6191
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Niu Yawei <yawei.niu@intel.com>
Reviewed-by: Keith Mannthey <kemannthey@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osc/osc_cache.c