OSDN Git Service

ANDROID: rcu_sync: Export rcu_sync_lockdep_assert
authorGuenter Roeck <groeck@chromium.org>
Wed, 31 Aug 2016 16:52:16 +0000 (09:52 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Wed, 14 Sep 2016 08:56:20 +0000 (14:26 +0530)
commit8b94247342c5d606af162aa4da6618481d9c1ca0
tree685693c0bb8d1d30f290c2274b08596d52426b86
parent48bb58c01270ba34509ccdfa08b10bf2afe8b41c
ANDROID: rcu_sync: Export rcu_sync_lockdep_assert

x86_64:allmodconfig fails to build with the following error.

ERROR: "rcu_sync_lockdep_assert" [kernel/locking/locktorture.ko] undefined!

Introduced by commit 3228c5eb7af2 ("RFC: FROMLIST: locking/percpu-rwsem:
Optimize readers and reduce global impact"). The applied upstream version
exports the missing symbol, so let's do the same.

Change-Id: If4e516715c3415fe8c82090f287174857561550d
Fixes: 3228c5eb7af2 ("RFC: FROMLIST: locking/percpu-rwsem: Optimize ...")
Signed-off-by: Guenter Roeck <groeck@chromium.org>
kernel/rcu/sync.c