Commit 1844607e authored by Thomas 'Dent' Mirlacher's avatar Thomas 'Dent' Mirlacher Committed by James Morris

[PATCH] redundant declarations (#8_15)

 this patch fixes redundant declarations in 2.5.24
 (same as sent yesterday, but this time automacially splitted
 into several mails)
parent 3e6d6dc2
#ifndef _LINUX_NFS_XDR_H
#define _LINUX_NFS_XDR_H
extern struct rpc_program nfs_program;
extern struct rpc_stat nfs_rpcstat;
struct nfs_fattr {
unsigned short valid; /* which fields are valid */
__u64 pre_size; /* pre_op_attr.size */
......@@ -354,5 +351,6 @@ extern struct nfs_rpc_ops nfs_v3_clientops;
extern struct rpc_version nfs_version2;
extern struct rpc_version nfs_version3;
extern struct rpc_program nfs_program;
extern struct rpc_stat nfs_rpcstat;
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment