Skip to content
Commit 2aac05a9 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Fix readdir cache invalidation



invalidate_inode_pages2_range() takes page offset arguments, not byte
ranges.

Another thought is that individual pages might perhaps get evicted by VM
pressure, in which case we might perhaps want to re-read not only the
evicted page, but all subsequent pages too (in case the server returns
more/less data per page so that the alignment of the next entry
changes). We should therefore remove the condition that we only do this on
page->index==0.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 9c0fc4e2
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