Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1a247e
)
oops, fix my last checkin.
author
nfshp
<nfshp>
Sun, 9 Mar 2003 07:56:20 +0000
(07:56 +0000)
committer
nfshp
<nfshp>
Sun, 9 Mar 2003 07:56:20 +0000
(07:56 +0000)
lustre/include/liblustre.h
patch
|
blob
|
history
diff --git
a/lustre/include/liblustre.h
b/lustre/include/liblustre.h
index
08226e8
..
198603c
100644
(file)
--- 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