commit | 4f52b6bb8c57b9accafad526a429d6c0851cc62f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Jun 02 18:10:33 2016 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Jun 22 09:59:44 2016 -0400 |
tree | f353d0c44725548e043d408cf92d0a02a23ee15e | |
parent | 93761d9863c332d1099d80629f89cf48eb745e48 [diff] |
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: Trond Myklebust <trond.myklebust@primarydata.com>