From: Trond Myklebust Date: Sun, 9 Aug 2009 19:14:25 +0000 (-0400) Subject: SUNRPC: clean up rpc_setup_pipedir() X-Git-Tag: v2.6.32-rc1~412^2~48^2~8^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ac6581702ac6d029643328a7e6ea3baf834c5e;p=pandora-kernel.git SUNRPC: clean up rpc_setup_pipedir() There is still a little wart or two there: Since we've already got a vfsmount, we might as well pass that in to rpc_create_client_dir. Another point is that if we open code __rpc_lookup_path() here, then we can avoid looking up the entire parent directory path over and over again: it doesn't change. Also get rid of rpc_clnt->cl_pathname, since it has no users... Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed