Whamcloud - gitweb
LU-14502 lov: fault page update cp_lov_index 54/41954/4
authorBobi Jam <bobijam@whamcloud.com>
Tue, 9 Mar 2021 09:15:20 +0000 (17:15 +0800)
committerOleg Drokin <green@whamcloud.com>
Mon, 22 Mar 2021 16:26:41 +0000 (16:26 +0000)
commite9bac5fa455eab5371cdfb141b73a3beb0cc8d9c
tree1d0fde732e9525176187a0d39e7f66d2739f577c
parent98566a61d0560aca1befbfaeb87470c34f25d2e9
LU-14502 lov: fault page update cp_lov_index

In fault IO, vvp_io_fault_start() could find an existing cl_page
associated with the vmpage covering the fault index, and the page
may still refer to another mirror of an old IO.

This patch update the fault page's cp_lov_index in lov_io_fault_start

Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: I50639700159a76061437fd2f1a09dadf25cfd33f
Reviewed-on: https://review.whamcloud.com/41954
Reviewed-by: Wang Shilong <wshilong@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/lov/lov_io.c