Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 229221
b: refs/heads/master
c: ece0de6
h: refs/heads/master
i:
  229219: 841768f
v: v3
  • Loading branch information
Andy Adamson authored and Trond Myklebust committed Jan 6, 2011
1 parent d09999e commit 29db2af
Show file tree
Hide file tree
Showing 2 changed files with 4 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: c36fca52f5e4594ffd0ff175b328966b0d393184
refs/heads/master: ece0de633c4d9106c39ea9f0db1638c42ead2541
3 changes: 3 additions & 0 deletions trunk/fs/nfs/callback.c
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,9 @@ static int check_gss_callback_principal(struct nfs_client *clp,
struct rpc_clnt *r = clp->cl_rpcclient;
char *p = svc_gss_principal(rqstp);

/* No RPC_AUTH_GSS on NFSv4.1 back channel yet */
if (clp->cl_minorversion != 0)
return SVC_DROP;
/*
* It might just be a normal user principal, in which case
* userspace won't bother to tell us the name at all.
Expand Down

0 comments on commit 29db2af

Please sign in to comment.