From: Weston Andros Adamson Date: Mon, 9 Jun 2014 15:48:35 +0000 (-0400) Subject: nfs: merge nfs_pgio_data into _header X-Git-Tag: omap-for-v3.17/fixes-against-rc2~82^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45f60c67848b9f19160692581d78e5b4757a000;p=pandora-kernel.git nfs: merge nfs_pgio_data into _header 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 Signed-off-by: Weston Andros Adamson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed