Skip to content
Commit 4f52b6bb authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Don't call COMMIT in ->releasepage()



While COMMIT has the potential to free up a lot of memory that is being
taken by unstable writes, it isn't guaranteed to free up this particular
page. Also, calling fsync() on the server is expensive and so we want to
do it in a more controlled fashion, rather than have it triggered at
random by the VM.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent 93761d98
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