NFS: Store pointer to the nfs_page in page->private
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 5 Dec 2006 05:35:35 +0000 (00:35 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:36 +0000 (10:46 -0500)
commit277459d2e2cd40594967757e8fd016c4c7016614
treea552d90847fa64f7326f5856640859c8e41df862
parent1c75950b9a2254ef08f986e00ad20266ae9ba7f1
NFS: Store pointer to the nfs_page in page->private

This will allow fast lookup of the nfs_page from the struct page instead of
having to search the radix tree.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c