From: Linus Torvalds Date: Mon, 2 Sep 2013 18:58:20 +0000 (-0700) Subject: lockref: uninline lockref helper functions X-Git-Tag: v3.12-rc1~194^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f4f12e571c4e2f50f3818a3c2544929145f75dd;p=pandora-kernel.git 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 --- Reading git-diff-tree failed