From 2ab405af95d43972b57c7806981220a6949df643 Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Wed, 7 May 2014 13:07:16 -0700 Subject: btrfs-progs: import ulist qgroup-verify.c wants this for walking root refs. Signed-off-by: Mark Fasheh Signed-off-by: David Sterba --- kerncompat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kerncompat.h') diff --git a/kerncompat.h b/kerncompat.h index f370cd8d..652275e3 100644 --- a/kerncompat.h +++ b/kerncompat.h @@ -235,7 +235,7 @@ static inline long IS_ERR(const void *ptr) #define BUG_ON(c) assert(!(c)) #define WARN_ON(c) assert(!(c)) - +#define ASSERT(c) assert(c) #define container_of(ptr, type, member) ({ \ const typeof( ((type *)0)->member ) *__mptr = (ptr); \ -- cgit v1.2.3