X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=lib%2Flockref.c;h=af6e95d0bed6122bf9fd1e4af2bd76a4e2be62b3;hb=386fa69f4702754c71cb9db9aa431edc676d690d;hp=6f9d434c1521eab9ca0b2821d10936af55f2b703;hpb=31795c402b87f63966be55a9397fdf8ecf087b1c;p=karo-tx-linux.git diff --git a/lib/lockref.c b/lib/lockref.c index 6f9d434c1521..af6e95d0bed6 100644 --- a/lib/lockref.c +++ b/lib/lockref.c @@ -153,6 +153,7 @@ void lockref_mark_dead(struct lockref *lockref) assert_spin_locked(&lockref->lock); lockref->count = -128; } +EXPORT_SYMBOL(lockref_mark_dead); /** * lockref_get_not_dead - Increments count unless the ref is dead