Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39976
b: refs/heads/master
c: 575b5c7
h: refs/heads/master
v: v3
  • Loading branch information
Trond Myklebust authored and Linus Torvalds committed Oct 20, 2006
1 parent 5ee0dea commit 2e0aa01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e7d73824e6b0024100701da246fec769dd8f087
refs/heads/master: 575b5c7870c940326a11614e0279b74356c1d44f
2 changes: 1 addition & 1 deletion trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ static int nfs4_get_sb(struct file_system_type *fs_type,
}
/* RFC3530: The default port for NFS is 2049 */
if (addr.sin_port == 0)
addr.sin_port = NFS_PORT;
addr.sin_port = htons(NFS_PORT);

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

0 comments on commit 2e0aa01

Please sign in to comment.