Roland Dreier 1d4ec7b1d6 Fix ZERO_OR_NULL_PTR(ZERO_SIZE_PTR)
The comparison with ZERO_SIZE_PTR in ZERO_OR_NULL_PTR() needs to be <=
(not just <) so that ZERO_OR_NULL_PTR(ZERO_SIZE_PTR) is 1.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
[ Duh!  - Linus ]
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-20 12:33:44 -07:00
..
2007-06-02 01:02:09 -04:00
2007-07-19 14:37:05 -07:00
2007-07-20 14:25:22 +10:00
2007-07-20 12:33:44 -07:00
2007-07-18 16:53:49 +03:00
2007-07-20 11:13:35 +02:00