VM_WARN
#define VM_WARN(cond, format...) (void)WARN(cond, format)
#define VM_WARN(cond, format...) BUILD_BUG_ON_INVALID(cond)