Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84428
b: refs/heads/master
c: a76d354
h: refs/heads/master
v: v3
  • Loading branch information
Nick Piggin authored and Christoph Lameter committed Feb 8, 2008
1 parent f4b110a commit b484bd2
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: 8ff12cfc009a2a38d87fa7058226fe197bb2696f
refs/heads/master: a76d354629ea46c449705970a2c0b9e9090d6f03
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ static __always_inline void slab_lock(struct page *page)

static __always_inline void slab_unlock(struct page *page)
{
bit_spin_unlock(PG_locked, &page->flags);
__bit_spin_unlock(PG_locked, &page->flags);
}

static __always_inline int slab_trylock(struct page *page)
Expand Down

0 comments on commit b484bd2

Please sign in to comment.