nfs: move nfs_pgio_data and remove nfs_rw_header
authorWeston Andros Adamson <dros@primarydata.com>
Mon, 9 Jun 2014 15:48:33 +0000 (11:48 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 24 Jun 2014 22:46:59 +0000 (18:46 -0400)
commit1e7f3a485922211b6e4a082ebc6bf05810b0b6ea
tree409983ab4e7f9e880f31afd0648eb3ca039e1b5a
parent66b068604903849c5dee3842eb72564064c64c72
nfs: move nfs_pgio_data and remove nfs_rw_header

nfs_rw_header was used to allocate an nfs_pgio_header along with an
nfs_pgio_data, because a _header would need at least one _data.

Now there is only ever one nfs_pgio_data for each nfs_pgio_header -- move
it to nfs_pgio_header and get rid of nfs_rw_header.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Weston Andros Adamson <dros@primarydata.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/direct.c
fs/nfs/internal.h
fs/nfs/pagelist.c
fs/nfs/pnfs.c
fs/nfs/read.c
fs/nfs/write.c
include/linux/nfs_page.h
include/linux/nfs_xdr.h