commit | d1182b33ed9b62470cb6ab892a8a301542120086 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed May 09 13:37:43 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed May 09 15:17:28 2012 -0400 |
tree | bb300d0801aeb873ae6d74fcf93deafdc993305a | |
parent | 3aff4ebb95b20ad8db2c1447e8c52097d89af5a7 [diff] |
NFS: nfs_set_page_writeback no longer needs to reference the page We now hold a reference to the nfs_page across the calls to nfs_set_page_writeback and nfs_end_page_writeback, and that means we already have a reference to the struct page. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Cc: Fred Isaman <iisaman@netapp.com>