Whamcloud - gitweb
LU-13473 llite: don't check mirror info for page discard 07/38307/8
authorBobi Jam <bobijam@whamcloud.com>
Wed, 22 Apr 2020 05:28:54 +0000 (13:28 +0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 6 Jun 2020 14:02:46 +0000 (14:02 +0000)
commitd0dd744ed6ae002f34bdade993428b635b23d072
treef4f846a77cde753edd9893294acade120e3e113a
parent5f8878590d086ed657e09ab297b390abdc7cd6e3
LU-13473 llite: don't check mirror info for page discard

The CIT_MISC is used for locks/pages manipulation, it will not
go with full io procedure, i.e. cl_io_loop() will not be called
for it. So don't check it for plain file since the mirror info
is not initialized/set in this case.

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