mirror of
https://github.com/torvalds/linux.git
synced 2024-12-16 08:02:17 +00:00
d45f60c678
struct nfs_pgio_data only exists as a member of nfs_pgio_header, but is passed around everywhere, because there used to be multiple _data structs per _header. Many of these functions then use the _data to find a pointer to the _header. This patch cleans this up by merging the nfs_pgio_data structure into nfs_pgio_header and passing nfs_pgio_header around instead. 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> |
||
---|---|---|
.. | ||
Kbuild | ||
objio_osd.c | ||
objlayout.c | ||
objlayout.h | ||
pnfs_osd_xdr_cli.c |