From: nfshp Date: Sun, 9 Mar 2003 07:56:20 +0000 (+0000) Subject: oops, fix my last checkin. X-Git-Tag: v1_7_100~1^94~69 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3596918bcecc5db7f15637263ce942f16a580eda;p=fs%2Flustre-release.git oops, fix my last checkin. --- diff --git a/lustre/include/liblustre.h b/lustre/include/liblustre.h index 08226e8..198603c 100644 --- a/lustre/include/liblustre.h +++ b/lustre/include/liblustre.h @@ -93,7 +93,7 @@ static inline void *kmalloc(int size, int prot) #define kfree(a) free(a) #define GFP_KERNEL 1 #define GFP_HIGHUSER 1 -#define IS_ERR(a) ((abc && abs((int)(a)) < 500) ? 1 : 0) +#define IS_ERR(a) (((a) && abs((int)(a)) < 500) ? 1 : 0) #define PTR_ERR(a) ((int)(a)) #define capable(foo) 1