]> git.karo-electronics.de Git - karo-tx-linux.git/commit
SUNRPC: attempt AF_LOCAL connect on setup
authorJ. Bruce Fields <bfields@redhat.com>
Thu, 21 Feb 2013 15:14:22 +0000 (10:14 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Fri, 26 Apr 2013 15:41:25 +0000 (11:41 -0400)
commit7073ea8799a8cf73db60270986f14e4aae20fa80
treedd2253749817c8265aa27448bdccd2d44c6bf95d
parentc85b03ab200f6d2c2f80588d96d03c1f8fcaedc3
SUNRPC: attempt AF_LOCAL connect on setup

In the gss-proxy case, setup time is when I know I'll have the right
namespace for the connect.

In other cases, it might be useful to get any connection errors
earlier--though actually in practice it doesn't make any difference for
rpcbind.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/xprtsock.c