Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166047
b: refs/heads/master
c: 36dd2fd
h: refs/heads/master
i:
  166045: 22ef674
  166043: 14a4c26
  166039: d23008e
  166031: 440518a
  166015: e86f36c
v: v3
  • Loading branch information
Al Viro authored and Trond Myklebust committed Sep 24, 2009
1 parent 7bacd07 commit 006f8ad
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7a73fdde3990ea840b604248362876437ea8ce80
refs/heads/master: 36dd2fdb37efdab15844eb72026f8ce3aa0fb560
2 changes: 2 additions & 0 deletions trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,8 @@ static int nfs_validate_mount_data(void *options,

if (!(data->flags & NFS_MOUNT_TCP))
args->nfs_server.protocol = XPRT_TRANSPORT_UDP;
else
args->nfs_server.protocol = XPRT_TRANSPORT_TCP;
/* N.B. caller will free nfs_server.hostname in all cases */
args->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL);
args->namlen = data->namlen;
Expand Down

0 comments on commit 006f8ad

Please sign in to comment.