Re: [PATCH 1/2] mm/debug: Add VM_WARN which maps to WARN()

2016-06-06 Thread Anshuman Khandual
On 05/31/2016 04:34 PM, Aneesh Kumar K.V wrote: > This enables us to do VM_WARN(condition, "warn message"); > Signed-off-by: Aneesh Kumar K.V Reviewed-by: Anshuman Khandual

[PATCH 1/2] mm/debug: Add VM_WARN which maps to WARN()

2016-05-31 Thread Aneesh Kumar K.V
This enables us to do VM_WARN(condition, "warn message"); Signed-off-by: Aneesh Kumar K.V --- include/linux/mmdebug.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/mmdebug.h b/include/linux/mmdebug.h index de7be78c6f0e..451a811f48f2 100644 --- a/include/linux/mmdebug.h +++ b