1
0
Fork 0
alistair23-linux/fs/coda
Rakib Mullick c03e3126e4 codafs: fix build break when CONFIG_PROC_SYSCTL=n
Commit 0bc825d240 ("codafs: fix compile warning when CONFIG_SYSCTL=n")
introduces build breakage, when CONFIG_PROC_SYSCTL=n and
CONFIG_CODA_FS=y:

  fs/built-in.o: In function `init_coda':
  psdev.c:(.init.text+0xc02): undefined reference to `coda_sysctl_init'
  psdev.c:(.init.text+0xc7c): undefined reference to `coda_sysctl_clean'
  fs/built-in.o: In function `exit_coda':
  psdev.c:(.exit.text+0xa9): undefined reference to `coda_sysctl_clean'
  make: *** [.tmp_vmlinux1] Error 1

Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com>
Reported-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-03-25 17:45:16 -07:00
..
Kconfig fs/Kconfig: move coda out 2009-01-22 13:16:01 +03:00
Makefile fs: change to new flag variable 2011-03-17 14:02:57 +01:00
cache.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
cnode.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
coda_cache.h take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
coda_fs_i.h take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
coda_int.h drop unused dentry argument to ->fsync 2010-05-27 22:05:02 -04:00
coda_linux.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
coda_linux.h take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
dir.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
file.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
inode.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 2011-01-13 10:27:28 -08:00
pioctl.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
psdev.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
symlink.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00
sysctl.c codafs: fix build break when CONFIG_PROC_SYSCTL=n 2011-03-25 17:45:16 -07:00
upcall.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00