]> git.hungrycats.org Git - linux/commitdiff
zygo: drop GPL from mutex_lock_nested export
authorZygo Blaxell <zblaxell@serenity.furryterror.org>
Tue, 3 Mar 2015 19:17:11 +0000 (14:17 -0500)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Sat, 25 Apr 2015 18:07:53 +0000 (14:07 -0400)
(cherry picked from commit 2c63d2149a7cac186068f3530b9a52ee8ea47c0f)
(cherry picked from commit 6da16bdeb0973337aa54b7e9132d71dd2e8271e3)
(cherry picked from commit be83f97598713c7ca7ec094d529895f8b6ea0242)

kernel/locking/mutex.c

index 94674e5919cba54e339addf0c7c7cf2b90f75c27..bded00c83f1b87cf5b924f2e1e3f172d25a5fbcb 100644 (file)
@@ -627,7 +627,7 @@ mutex_lock_nested(struct mutex *lock, unsigned int subclass)
                            subclass, NULL, _RET_IP_, NULL, 0);
 }
 
-EXPORT_SYMBOL_GPL(mutex_lock_nested);
+EXPORT_SYMBOL(mutex_lock_nested);
 
 void __sched
 _mutex_lock_nest_lock(struct mutex *lock, struct lockdep_map *nest)