f898609922f9b873661f6cbc26cb29e1 author Trond Myklebust 1300141201 -0400 committer Trond Myklebust 1300141553 -0400 NFS: Fix a warning in fs/nfs/idmap.c Commit 45a52a02072b2a7e265f024cfdb00127e08dd9f2 (NFS move nfs_client initialization into nfs_get_client) introduces a new warning in fs/nfs/idmap.c: ‘struct rpc_timeout’ declared inside parameter list Fix it by adding a forward declaration for the struct rpc_timeout in include/linux/nfs_xdr.h Signed-off-by: Trond Myklebust R