aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempolicy.c
diff options
context:
space:
mode:
authorShuah Khan <shuah.khan@hp.com>2012-07-13 17:12:05 -0600
committerPekka Enberg <penberg@kernel.org>2012-07-30 13:15:40 +0300
commit73a1180e140d45cb9ef5fbab103d3bbfc4c84606 (patch)
tree0ba2da99d148f8e1e84ea6e0c4c235082b318fb4 /mm/mempolicy.c
parentslob: Fix early boot kernel crash (diff)
downloadlinux-dev-73a1180e140d45cb9ef5fbab103d3bbfc4c84606.tar.xz
linux-dev-73a1180e140d45cb9ef5fbab103d3bbfc4c84606.zip
mm: Fix build warning in kmem_cache_create()
The label oops is used in CONFIG_DEBUG_VM ifdef block and is defined outside ifdef CONFIG_DEBUG_VM block. This results in the following build warning when built with CONFIG_DEBUG_VM disabled. Fix to move label oops definition to inside a CONFIG_DEBUG_VM block. mm/slab_common.c: In function ‘kmem_cache_create’: mm/slab_common.c:101:1: warning: label ‘oops’ defined but not used [-Wunused-label] Signed-off-by: Shuah Khan <shuah.khan@hp.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Diffstat (limited to 'mm/mempolicy.c')
0 files changed, 0 insertions, 0 deletions