From 9dc92f76c1d38b9e73632e3579190f1cb6c055ca Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Fri, 20 Jul 2007 12:13:20 -0700 Subject: [PATCH] --- yaml --- r: 62225 b: refs/heads/master c: 1d4ec7b1d6f130818f9b62dea3411d9ee2ff6ff6 h: refs/heads/master i: 62223: 183bed197f41c53af84771a15246fc704955d554 v: v3 --- [refs] | 2 +- trunk/include/linux/slab.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 21a208ba235e..c26362d53536 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: efa7e8673c78cc6de2d6c367eb6f50449c57ed90 +refs/heads/master: 1d4ec7b1d6f130818f9b62dea3411d9ee2ff6ff6 diff --git a/trunk/include/linux/slab.h b/trunk/include/linux/slab.h index 7d0ecc1659f0..d859354b9e51 100644 --- a/trunk/include/linux/slab.h +++ b/trunk/include/linux/slab.h @@ -40,7 +40,7 @@ */ #define ZERO_SIZE_PTR ((void *)16) -#define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) < \ +#define ZERO_OR_NULL_PTR(x) ((unsigned long)(x) <= \ (unsigned long)ZERO_SIZE_PTR) /*