diff options
author | Mateusz Nosek <[email protected]> | 2020-04-06 20:08:36 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2020-04-07 10:43:41 -0700 |
commit | e46b893dd113253c2ff032aed22d9df404c5511d (patch) | |
tree | aab3073e958861cf12e3e8ee3b030f4511d20135 /fs/bad_inode.c | |
parent | 552657b7b3343851916fde7e4fd6bfb6516d2bcb (diff) |
mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constant
MAX_ZONELISTS is a compile time constant, so it should be compared using
BUILD_BUG_ON not BUG_ON.
Signed-off-by: Mateusz Nosek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Reviewed-by: Wei Yang <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/bad_inode.c')
0 files changed, 0 insertions, 0 deletions