commit | 12dd7ecf2323c572b1d302707eada4900848dced | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu May 01 14:15:02 2014 -0700 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue May 06 17:54:52 2014 -0400 |
tree | c4eb149d9fa1e891e2653d8d077d8a0b49cc7980 | |
parent | 4cb57e3032d4e4bf5e97780e9907da7282b02b0c [diff] |
lockd: avoid warning when CONFIG_SYSCTL undefined When building without CONFIG_SYSCTL, the compiler saw an unused label. This moves the label into the #ifdef it is used under. fs/lockd/svc.c: In function ‘init_nlm’: fs/lockd/svc.c:626:1: warning: label ‘err_sysctl’ defined but not used [-Wunused-label] Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>