From: Qian Yingjin Date: Mon, 26 Oct 2020 02:37:26 +0000 (+0800) Subject: LU-13745 pcc: fall back normal splice read for detached file X-Git-Tag: 2.14.0-RC1~50 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=cca45ad8aeaa8e124e9e48361bf7cff89a035f82;hp=cca45ad8aeaa8e124e9e48361bf7cff89a035f82 LU-13745 pcc: fall back normal splice read for detached file For the file that was once cached into PCC but detached from PCC later, it should fall back into the normal I/O path to direct I/Os to Lustre OSTs for splice read, not just return zero. Signed-off-by: Qian Yingjin Change-Id: Iff3449069a0a12ac56b58618e474749361c31bb7 Reviewed-on: https://review.whamcloud.com/40396 Reviewed-by: James Simmons Tested-by: jenkins Reviewed-by: Andreas Dilger Tested-by: Maloo Reviewed-by: Oleg Drokin ---