]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=n
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 21 Feb 2006 02:28:08 +0000 (18:28 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 21 Feb 2006 04:00:11 +0000 (20:00 -0800)
commit7fd105e758c8d746d57ab7e77f100e096bf153c8
treea0d531bf9fba9e2937ad9ffe47e6fc3b8d8ec79a
parent7a9166e3b037296366cea6f3c97f705d33e209e6
[PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=n

The compat syscalls are added to sys_ni.c since they are not defined if the
above CONFIG options are off.  Also, nfs would not build with CONFIG_SYSCTL
off.

Noticed by Arthur Othieno.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/nfs_fs.h
kernel/sys_ni.c