commit | 9dce07f1a441b77a15631cf0ed0238e0baa7ed64 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sat Mar 29 03:07:28 2008 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sun Mar 30 14:18:41 2008 -0700 |
tree | 2131d670d31ae4727b4234e3e0ad176ae103d571 | |
parent | 1076d17ac70d1bb28fadc6f4bd96977b56897025 [diff] [blame] |
NULL noise: fs/*, mm/*, kernel/* Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
diff --git a/kernel/futex.c b/kernel/futex.c index 87a6428..e43945e 100644 --- a/kernel/futex.c +++ b/kernel/futex.c
@@ -281,7 +281,7 @@ */ static void get_futex_key_refs(union futex_key *key) { - if (key->both.ptr == 0) + if (key->both.ptr == NULL) return; switch (key->both.offset & (FUT_OFF_INODE|FUT_OFF_MMSHARED)) { case FUT_OFF_INODE: