Skip to content

Commit

Permalink
NFS: Fix up data types of fields in nfs_parsed_mount_options
Browse files Browse the repository at this point in the history
Clean up: make data types of fields in nfs_parsed_mount_options more
consistent with other uses.

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 19, 2008
1 parent 2d76743 commit 78fa701
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs/nfs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ struct nfs_parsed_mount_data {
struct sockaddr_storage address;
size_t addrlen;
char *hostname;
unsigned int version;
u32 version;
unsigned short port;
int protocol;
unsigned short protocol;
} mount_server;

struct {
struct sockaddr_storage address;
size_t addrlen;
char *hostname;
char *export_path;
int protocol;
unsigned short protocol;
} nfs_server;

struct security_mnt_opts lsm_opts;
Expand Down

0 comments on commit 78fa701

Please sign in to comment.