git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1557008
)
lockref: uninline lockref helper functions
author
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 2 Sep 2013 18:58:20 +0000
(11:58 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 2 Sep 2013 18:58:20 +0000
(11:58 -0700)
They aren't very good to inline, since they already call external
functions (the spinlock code), and we're going to create rather more
complicated versions of them that can do the reference count updates
locklessly.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found