Whamcloud - gitweb
oops, fix my last checkin.
authornfshp <nfshp>
Sun, 9 Mar 2003 07:56:20 +0000 (07:56 +0000)
committernfshp <nfshp>
Sun, 9 Mar 2003 07:56:20 +0000 (07:56 +0000)
lustre/include/liblustre.h

index 08226e8..198603c 100644 (file)
@@ -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