Whamcloud - gitweb
LU-2179 osc: truncate partial page correctly
authorJinshan Xiong <jinshan.xiong@whamcloud.com>
Fri, 19 Oct 2012 16:50:52 +0000 (09:50 -0700)
committerOleg Drokin <green@whamcloud.com>
Sat, 20 Oct 2012 13:28:09 +0000 (09:28 -0400)
commit23703fef075ceb066785f2da46e1c8f1cad62467
treee64bcbf3f64f76544b0c1f9b23c09c4e62fd2137
parent441be2986265a7cf4da1e42528ce4559b0e9b33f
LU-2179 osc: truncate partial page correctly

Debug patch for osc_extent_wait() is not good because it will hit
LBUG in case the OST is in recovery. In the new patch, it will wait
again after printing an error message.

Signed-off-by: Jinshan Xiong <jinshan.xiong@intel.com>
Change-Id: I53b5d8e335b1d4a4e57abf2964c10d7cb1ef7783
Reviewed-on: http://review.whamcloud.com/4311
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/osc/osc_cache.c