浏览代码

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 <Trond.Myklebust@netapp.com>
Trond Myklebust 14 年之前
父节点
当前提交
e0dca7a05d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/nfs_xdr.h

+ 1 - 0
include/linux/nfs_xdr.h

@@ -1051,6 +1051,7 @@ struct nfs_write_data {
 
 
 struct nfs_access_entry;
 struct nfs_access_entry;
 struct nfs_client;
 struct nfs_client;
+struct rpc_timeout;
 
 
 /*
 /*
  * RPC procedure vector for NFSv2/NFSv3 demuxing
  * RPC procedure vector for NFSv2/NFSv3 demuxing