From: Chuck Lever Date: Thu, 1 Mar 2012 22:01:23 +0000 (-0500) Subject: NFS: Make clientaddr= optional X-Git-Tag: v3.4-rc1~123^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31b8e2aec099f22d40277c424d8c24b2a4c95fce;p=pandora-kernel.git NFS: Make clientaddr= optional For NFSv4 mounts, the clientaddr= mount option has always been required. Now we have rpc_localaddr() in the kernel, which was modeled after the same logic in the mount.nfs command that constructs the clientaddr= mount option. If user space doesn't provide a clientaddr= mount option, the kernel can now construct its own. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed