Whamcloud - gitweb
LU-185 LBUG: (cl_page.c:1362:cl_page_completion()) ...
authorJinshan Xiong <jay@whamcloud.com>
Wed, 6 Apr 2011 00:24:53 +0000 (17:24 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 3 May 2011 21:35:27 +0000 (14:35 -0700)
commit119036444bc48381b2d5ca3333438000c409046a
treeee793d2b6acea6a6d630454387e1724a2f513393
parent31eea565c0f94f23455d6f9d2bb926a4a53f5b6c
LU-185 LBUG: (cl_page.c:1362:cl_page_completion()) ...

!(pg->cp_flags & CPF_READ_COMPLETED) ASSERTION(0) failed

The root cause of this issue is that the application is doing regular and
direct IO on the same time. This will cause a ra page is issued for read
again.

Change-Id: I11bb46d334db52fa3faf3922b70ac831391a8217
Signed-off-by: Jinshan Xiong <jay@whamcloud.com>
Reviewed-on: http://review.whamcloud.com/404
Tested-by: Hudson
Reviewed-by: wangdi <di.wang@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/llite/rw26.c