commit | 6d74743b088d116e31fe1b73f47e782ee2016b94 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Apr 30 13:27:31 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Apr 30 14:33:52 2012 -0400 |
tree | a5bd52d4281795786b41153c50a4fb41ee8bd0c3 | |
parent | 3e9e0ca3f19e911ce13c2e6c9858fcb41a37496c [diff] |
NFS: Simplify O_DIRECT page referencing The O_DIRECT code shouldn't need to hold 2 references to each page. The reference held by the struct nfs_page should suffice. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Cc: Fred Isaman <iisaman@netapp.com>