Re: [PATCH 3/3] Convert a few VM_BUG_ON callers to VM_BUG_ON_VMA

From: Sasha Levin
Date: Fri Aug 29 2014 - 15:32:29 EST


On 08/29/2014 03:17 PM, Naoya Horiguchi wrote:
>> - VM_BUG_ON(!PageLocked(page));
>> > + VM_BUG_ON_PAGE(!PageLocked(page), page);
> This is not the replacement with VM_BUG_ON_VMA(), but it's fine :)

Woops, I was on a spree and got this one as well.

Thanks for the review Naoya!


Thanks,
Sasha
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/