commit | 2f4f12e571c4e2f50f3818a3c2544929145f75dd | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Mon Sep 02 11:58:20 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Sep 02 11:58:20 2013 -0700 |
tree | 22fa6305de44ad62123d4341bff40d5c827085ef | |
parent | 15570086b590a69d59183b08a7770e316cca20a7 [diff] |
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: Linus Torvalds <torvalds@linux-foundation.org>