Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61766
b: refs/heads/master
c: 9550b10
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Jul 19, 2007
1 parent 2b5ca58 commit 0a802fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5c96d8a1c67f31ef48935a78da2d2076513842b
refs/heads/master: 9550b105b8646f916862aee3ab7b25020ca14159
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@ size_t ksize(const void *object)
struct page *page;
struct kmem_cache *s;

if (object == ZERO_SIZE_PTR)
if (ZERO_OR_NULL_PTR(object))
return 0;

page = get_object_page(object);
Expand Down

0 comments on commit 0a802fd

Please sign in to comment.