Skip to content
Commit 2f4f12e5 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

lockref: uninline lockref helper functions



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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 15570086
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment