diff options
author | Rakib Mullick <rakib.mullick@gmail.com> | 2011-03-22 16:35:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-22 17:44:16 -0700 |
commit | 0bc825d240abcaf5ed6e9d59b44215b51718ef5b (patch) | |
tree | 823301d79af115aa1e055c636c61de174f413835 /Documentation/Changes | |
parent | 1c00f0161f5e5bf1a441ea834c923f4102456489 (diff) | |
download | linux-0bc825d240abcaf5ed6e9d59b44215b51718ef5b.tar.gz linux-0bc825d240abcaf5ed6e9d59b44215b51718ef5b.tar.bz2 linux-0bc825d240abcaf5ed6e9d59b44215b51718ef5b.zip |
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>
Diffstat (limited to 'Documentation/Changes')
0 files changed, 0 insertions, 0 deletions