Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131302
b: refs/heads/master
c: b1aabec
h: refs/heads/master
v: v3
  • Loading branch information
Kirill A. Shutemov authored and Pekka Enberg committed Feb 12, 2009
1 parent 7d129b2 commit 3cd7e5a
Show file tree
Hide file tree
Showing 5 changed files with 5 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: 3a4c6800f31ea8395628af5e7e490270ee5d0585
refs/heads/master: b1aabecd55931ee754f6a913969516b26a0e682e
2 changes: 1 addition & 1 deletion trunk/mm/page-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ int write_cache_pages(struct address_space *mapping,
pagevec_release(&pvec);
cond_resched();
}
if (!cycled && !done) {
if (!cycled) {
/*
* range_cyclic:
* We hit the last page and there is more work to be done: wrap
Expand Down
1 change: 1 addition & 0 deletions trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -4457,3 +4457,4 @@ size_t ksize(const void *objp)

return obj_size(virt_to_cache(objp));
}
EXPORT_SYMBOL(ksize);
1 change: 1 addition & 0 deletions trunk/mm/slob.c
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ size_t ksize(const void *block)
} else
return sp->page.private;
}
EXPORT_SYMBOL(ksize);

struct kmem_cache {
unsigned int size, align;
Expand Down
1 change: 1 addition & 0 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2736,6 +2736,7 @@ size_t ksize(const void *object)
*/
return s->size;
}
EXPORT_SYMBOL(ksize);

void kfree(const void *x)
{
Expand Down

0 comments on commit 3cd7e5a

Please sign in to comment.