Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367335
b: refs/heads/master
c: 2363122
h: refs/heads/master
i:
  367333: cd08c8c
  367331: cd51266
  367327: 5c9f32a
v: v3
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Apr 4, 2013
1 parent d5faf8a commit dd60c46
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: 4580a92d44e2b21c2254fa5fef0f1bfb43c82318
refs/heads/master: 23631227a672de5e81e167c3178b39e9a50f6541
2 changes: 2 additions & 0 deletions trunk/fs/nfs/nfs4client.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ struct nfs_client *nfs4_init_client(struct nfs_client *clp,

__set_bit(NFS_CS_DISCRTRY, &clp->cl_flags);
error = nfs_create_rpc_client(clp, timeparms, RPC_AUTH_GSS_KRB5I);
if (error == -EINVAL)
error = nfs_create_rpc_client(clp, timeparms, RPC_AUTH_NULL);
if (error < 0)
goto error;

Expand Down

0 comments on commit dd60c46

Please sign in to comment.