NFS: nfs_set_page_writeback no longer needs to reference the page
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 May 2012 17:37:43 +0000 (13:37 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 May 2012 19:17:28 +0000 (15:17 -0400)
commitd1182b33ed9b62470cb6ab892a8a301542120086
treebb300d0801aeb873ae6d74fcf93deafdc993305a
parent3aff4ebb95b20ad8db2c1447e8c52097d89af5a7
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>
fs/nfs/write.c