Skip to content

Commit

Permalink
NFS: Remove unneeded forward declaration
Browse files Browse the repository at this point in the history
I've built with NFSv4 enabled and disabled.  This forward
declaration does not seem to be required.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Chuck Lever authored and Trond Myklebust committed Mar 29, 2013
1 parent 71afa85 commit 72f4dc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/linux/nfs_xdr.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
#define NFS_DEF_FILE_IO_SIZE (4096U)
#define NFS_MIN_FILE_IO_SIZE (1024U)

/* Forward declaration for NFS v3 */
struct nfs4_secinfo_flavors;

struct nfs4_string {
unsigned int len;
char *data;
Expand Down

0 comments on commit 72f4dc1

Please sign in to comment.