Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110225
b: refs/heads/master
c: 85ba94b
h: refs/heads/master
i:
  110223: 3a78bf0
v: v3
  • Loading branch information
Matt Mackall authored and Linus Torvalds committed Oct 7, 2008
1 parent 825e425 commit 7aaf350
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: e09e6e2b6a5daf653794926ab50a784b14b6de53
refs/heads/master: 85ba94ba0592296053f7f2846812173424afe1cb
2 changes: 1 addition & 1 deletion trunk/mm/slob.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ size_t ksize(const void *block)

sp = (struct slob_page *)virt_to_page(block);
if (slob_page(sp))
return ((slob_t *)block - 1)->units + SLOB_UNIT;
return (((slob_t *)block - 1)->units - 1) * SLOB_UNIT;
else
return sp->page.private;
}
Expand Down

0 comments on commit 7aaf350

Please sign in to comment.