commit | dc107402ae06286a9ed33c32daf3f35514a7cb8d | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Feb 20 17:52:19 2013 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Thu Feb 28 09:47:17 2013 -0800 |
tree | 771882a1a62e2c56ae2c262764690417cecd776a | |
parent | 56edc86b5a72bdbc86358e57fb09165136baf0b8 [diff] |
SUNRPC: make AF_LOCAL connect synchronous It doesn't appear that anyone actually needs to connect asynchronously. Also, using a workqueue for the connect means we lose the namespace information from the original process. This is a problem since there's no way to explicitly pass in a filesystem namespace for resolution of an AF_LOCAL address. Acked-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>