linux/fs/coda
Rakib Mullick 0bc825d240 codafs: fix compile warning when CONFIG_SYSCTL=n
When CONFIG_SYSCTL=n, we get the following warning:

fs/coda/sysctl.c:18: warning: `coda_tabl' defined but not used

Fix the warning by making sure coda_table and it's callee function are in
the same context.  Also clean up the code by removing extra #ifdef.

[akpm@linux-foundation.org: remove unneeded stub macros]
Signed-off-by: Rakib Mullick <rakib.mullick@gmail.com>
Cc: Jan Harkes <jaharkes@cs.cmu.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-03-22 17:44: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 compile warning when CONFIG_SYSCTL=n 2011-03-22 17:44:16 -07:00
upcall.c take coda-private headers out of include/linux 2011-01-12 20:02:48 -05:00