From: Benny Halevy <bhalevy@xxxxxxxxxxx> Include headers in nfs_xdr.h required for struct rpc_task, nfs4_verifier, nfs4_stateid Cc: Trond Myklebust <Trond.Myklebust@xxxxxxxxxx> Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxx> [add more includes needed since v3.4-rc] Signed-off-by: Benny Halevy <bhalevy@xxxxxxxxxxxxxxx> --- include/linux/nfs_xdr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 01fd84b..93cbda7 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h @@ -3,6 +3,10 @@ #include <linux/nfsacl.h> #include <linux/sunrpc/gss_api.h> +#include <linux/nfs.h> +#include <linux/nfs3.h> +#include <linux/nfs4.h> +#include <linux/sunrpc/sched.h> /* * To change the maximum rsize and wsize supported by the NFS client, adjust -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html