]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit408e31f0c24e73f3c81c4165b791ced89e5f296b
treebb300d0801aeb873ae6d74fcf93deafdc993305a
parent6e9aea6f9db31072dd9994fd68be93a7e856732b
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