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)
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>

No differences found