Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13fff2f3 authored by Dan Carpenter's avatar Dan Carpenter Committed by Trond Myklebust
Browse files

NFS: cleanup endian type in decode_ds_addr()



port is supposed to be a __be16 here.  The existing code should work
fine, but this is a cleanup.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 0e0243dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ decode_ds_addr(struct xdr_stream *streamp, gfp_t gfp_flags)
{
	struct nfs4_pnfs_ds_addr *da = NULL;
	char *buf, *portstr;
	u32 port;
	__be16 port;
	int nlen, rlen;
	int tmp[2];
	__be32 *p;