From: Steve Dickson <SteveD@redhat.com>
To: Chuck Lever <chuck.lever@oracle.com>, linux-nfs@vger.kernel.org
Subject: Re: [PATCH] gssd: Make TCP the default protocol for GSSD connections.
Date: Wed, 4 Nov 2015 16:52:09 -0500 [thread overview]
Message-ID: <563A7E09.8000009@RedHat.com> (raw)
In-Reply-To: <20151028200612.5365.33553.stgit@manet.1015granger.net>
On 10/28/2015 04:07 PM, Chuck Lever wrote:
> No failure case if gssd doesn't recognize the kernel's requested
> protocol. Caught with "protocol=rdma" upcall.
>
> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Committed...
steved.
> ---
> Just spit-balling.
>
> utils/gssd/gssd_proc.c | 11 ++---------
> 1 file changed, 2 insertions(+), 9 deletions(-)
>
> diff --git a/utils/gssd/gssd_proc.c b/utils/gssd/gssd_proc.c
> index 1d8e6a7..7569295 100644
> --- a/utils/gssd/gssd_proc.c
> +++ b/utils/gssd/gssd_proc.c
> @@ -890,16 +890,9 @@ create_auth_rpc_client(struct clnt_info *clp,
> printerr(2, "creating %s client for server %s\n", clp->protocol,
> clp->servername);
>
> - if ((strcmp(clp->protocol, "tcp")) == 0) {
> - protocol = IPPROTO_TCP;
> - } else if ((strcmp(clp->protocol, "udp")) == 0) {
> + protocol = IPPROTO_TCP;
> + if ((strcmp(clp->protocol, "udp")) == 0)
> protocol = IPPROTO_UDP;
> - } else {
> - printerr(0, "WARNING: unrecognized protocol, '%s', requested "
> - "for connection to server %s for user with uid %d\n",
> - clp->protocol, clp->servername, uid);
> - goto out_fail;
> - }
>
> switch (addr->sa_family) {
> case AF_INET:
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
prev parent reply other threads:[~2015-11-04 21:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-28 20:07 [PATCH] gssd: Make TCP the default protocol for GSSD connections Chuck Lever
2015-11-04 21:52 ` Steve Dickson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=563A7E09.8000009@RedHat.com \
--to=steved@redhat.com \
--cc=chuck.lever@oracle.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox