Skip to content
Commit 7fe5c398 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Optimise NFS close()



Close-to-open cache consistency rules really only require us to flush out
writes on calls to close(), and require us to revalidate attributes on the
very last close of the file.

Currently we appear to be doing a lot of extra attribute revalidation
and cache flushes.

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