NLM: LOCKD fails to load if CONFIG_SYSCTL is not set
authorChuck Lever <chuck.lever@oracle.com>
Fri, 14 Mar 2008 18:18:30 +0000 (14:18 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 19 Mar 2008 22:00:44 +0000 (18:00 -0400)
commit90d5b18061656993410dfd57ddb88aa5a3f34563
tree7e640753a3961d5af11518f046ed11920c8f649d
parent1e40316bc44851c5920490df01482ed862e4dbc4
NLM: LOCKD fails to load if CONFIG_SYSCTL is not set

Bruce Fields says:
"By the way, we've got another config-related nit here:

http://bugzilla.linux-nfs.org/show_bug.cgi?id=156

You can build lockd without CONFIG_SYSCTL set, but then the module will
fail to load."

For now, disable the sysctl registration calls in lockd if CONFIG_SYSCTL
is not enabled.  This allows the kernel to build properly if PROC_FS or
SYSCTL is not enabled, but an NFS client is desired.

In the long run, we would like to be able to build the kernel with an
NFS client but without lockd.  This makes sense, for example, if you want
an NFSv4-only NFS client, as NFSv4 doesn't use NLM at all.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/lockd/svc.c