VM_BUG_ON_VMA
#define VM_BUG_ON_VMA(cond, vma) VM_BUG_ON(cond)
#define VM_BUG_ON_VMA(cond, vma) \
#define VM_BUG_ON_VMA(_expr, _vma) (BUG_ON(_expr))