Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62585
b: refs/heads/master
c: 4108964
h: refs/heads/master
i:
  62583: 695f425
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Jul 22, 2007
1 parent 95fdc63 commit 90aa190
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: 77668791d96436f48fca94255934b67dab924a0f
refs/heads/master: 41089644c110756a6d09ace77c8d7624660d086a
2 changes: 1 addition & 1 deletion trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ static int nfs_parse_mount_options(char *raw,
return 0;
if (option < 0 || option > 65535)
return 0;
mnt->nfs_server.address.sin_port = htonl(option);
mnt->nfs_server.address.sin_port = htons(option);
break;
case Opt_rsize:
if (match_int(args, &mnt->rsize))
Expand Down

0 comments on commit 90aa190

Please sign in to comment.