Skip to content
Commit 56f91aad authored by Li Wang's avatar Li Wang Committed by Sage Weil
Browse files

ceph: Avoid data inconsistency due to d-cache aliasing in readpage()



If the length of data to be read in readpage() is exactly
PAGE_CACHE_SIZE, the original code does not flush d-cache
for data consistency after finishing reading. This patches fixes
this.

Signed-off-by: default avatarLi Wang <liwang@ubuntukylin.com>
Signed-off-by: default avatarSage Weil <sage@inktank.com>
parent 86b58d13
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment