summaryrefslogtreecommitdiffstats
path: root/REPORTING-BUGS
diff options
context:
space:
mode:
authorMichal Hocko <mhocko@suse.cz>2011-07-27 01:08:40 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2011-07-27 01:49:44 +0200
commitaacb3d17a73f6447c04e4d769391238dcf85568d (patch)
tree6f593f5399c72de51dc320476fa8d04e04ae46a0 /REPORTING-BUGS
parentkernel/fork.c: fix a few coding style issues (diff)
downloadlinux-aacb3d17a73f6447c04e4d769391238dcf85568d.tar.xz
linux-aacb3d17a73f6447c04e4d769391238dcf85568d.zip
fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP
Commit a8bef8ff6ea1 ("mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks") introduced a BUG_ON() to ensure that VM_STACK_FLAGS and VM_STACK_INCOMPLETE_SETUP do not overlap. The check is a compile time one, so BUILD_BUG_ON is more appropriate. Signed-off-by: Michal Hocko <mhocko@suse.cz> Cc: Mel Gorman <mel@csn.ul.ie> Cc: Richard Weinberger <richard@nod.at> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions