commit | 82d4b5779a75887750748609f3415f01c1bb9f81 | [log] [tgz] |
---|---|---|
author | Dave Hansen <dave@linux.vnet.ibm.com> | Tue May 24 17:11:42 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed May 25 08:39:11 2011 -0700 |
tree | 44e467cea2a2fbf88325b6a562c2efa39f53b9d2 | |
parent | 15fa8f425557a0d698f933627771f520ef4ae34b [diff] |
include/linux/gfp.h: convert BUG_ON() into VM_BUG_ON() VM_BUG_ON() if effectively a BUG_ON() undef #ifdef CONFIG_DEBUG_VM. That is exactly what we have here now, and two different folks have suggested doing it this way. Signed-off-by: Dave Hansen <dave@linux.vnet.ibm.com> Cc: Christoph Lameter <cl@linux.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>