From: J. Bruce Fields Date: Wed, 20 Feb 2013 22:52:19 +0000 (-0500) Subject: SUNRPC: make AF_LOCAL connect synchronous X-Git-Tag: v3.9-rc1~40^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc107402ae06286a9ed33c32daf3f35514a7cb8d;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed