From: Bryan Schumaker Date: Thu, 26 Jan 2012 21:54:23 +0000 (-0500) Subject: NFS: Fall back on old idmapper if request_key() fails X-Git-Tag: v3.4-rc1~123^2~130 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6499c6f4b5f56a16f8b8ef60529c1da28b13aea;p=pandora-kernel.git NFS: Fall back on old idmapper if request_key() fails This patch removes the CONFIG_NFS_USE_NEW_IDMAPPER compile option. First, the idmapper will attempt to map the id using /sbin/request-key and nfsidmap. If this fails (if /etc/request-key.conf is not configured properly) then the idmapper will call the legacy code to perform the mapping. I left a comment stating where the legacy code begins to make it easier for somebody to remove in the future. Signed-off-by: Bryan Schumaker Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed