aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/super.c b/fs/nfs/super.c
index b34b7a711d5b..b2a851c1b8cb 100644
--- a/fs/nfs/super.c
+++ b/fs/nfs/super.c
@@ -732,7 +732,7 @@ static int nfs_parse_mount_options(char *raw,
732 return 0; 732 return 0;
733 if (option < 0 || option > 65535) 733 if (option < 0 || option > 65535)
734 return 0; 734 return 0;
735 mnt->nfs_server.address.sin_port = htonl(option); 735 mnt->nfs_server.address.sin_port = htons(option);
736 break; 736 break;
737 case Opt_rsize: 737 case Opt_rsize:
738 if (match_int(args, &mnt->rsize)) 738 if (match_int(args, &mnt->rsize))