From: Greg Banks Date: Thu, 26 Mar 2009 15:32:47 +0000 (+1100) Subject: Fix a build warning about leaking CONFIG_NFSD to userspace. X-Git-Tag: v2.6.30-rc1~183^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42d671c78f6486c932b68a50f88768c7b4e57ebf;p=pandora-kernel.git Fix a build warning about leaking CONFIG_NFSD to userspace. Fix a build warning about leaking CONFIG_NFSD to userspace. The nfsd_stats data structure does not need to be available to userspace; no kernel interface uses it. So move it inside #ifdef __KERNEL__ and the warning goes away. Signed-off-by: Greg Banks Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed