]> git.neil.brown.name Git - history.git/commit
[PATCH] remove NFS client internal dependence on page->index
authorChuck Lever <cel@citi.umich.edu>
Mon, 7 Oct 2002 02:35:08 +0000 (19:35 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Mon, 7 Oct 2002 02:35:08 +0000 (19:35 -0700)
commiteb582eba8825800488a47798e2b4b3f11a9533d9
treebef3dceb61818a7f2c5d8969a8195103e8e6d63f
parent3a453bd45ad56f395eabc85b07605ca1b9841b90
[PATCH] remove NFS client internal dependence on page->index

This makes the NFS client copy the page->index field into its read and
write request structures (struct nfs_page) when setting up I/O on a
page.  this makes it possible for NFS direct I/O support to reuse
existing NFS client subroutines, and helps eventually allow NFS I/O to
and from anonymous pages.  it is a prerequisite for NFS direct I/O
support.
fs/nfs/file.c
fs/nfs/pagelist.c
fs/nfs/read.c
fs/nfs/write.c
include/linux/nfs_fs.h
include/linux/nfs_page.h