Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34815
b: refs/heads/master
c: 51b6ded
h: refs/heads/master
i:
  34813: 87b92fe
  34811: 1d3c337
  34807: 0395c70
  34799: b2e3038
  34783: ca17bd7
  34751: e3ae956
  34687: 8d46736
  34559: e8c2e9d
  34303: 07eaf9d
  33791: fc715c0
  32767: 5ae4f03
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Sep 23, 2006
1 parent 3a08b5e commit ef8e8ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2066fe89b459c3c787c811b3369df191cddd93d8
refs/heads/master: 51b6ded4d9a94a61035deba1d8f51a54e3a3dd86
3 changes: 3 additions & 0 deletions trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,9 @@ static int nfs4_get_sb(struct file_system_type *fs_type,
__FUNCTION__);
return -EINVAL;
}
/* RFC3530: The default port for NFS is 2049 */
if (addr.sin_port == 0)
addr.sin_port = NFS_PORT;

/* Grab the authentication type */
authflavour = RPC_AUTH_UNIX;
Expand Down

0 comments on commit ef8e8ab

Please sign in to comment.