projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5935e6
)
openvswitch: Export lockdep_ovsl_is_held to modules.
author
David S. Miller
<davem@davemloft.net>
Tue, 28 Oct 2014 21:27:23 +0000
(17:27 -0400)
committer
David S. Miller
<davem@davemloft.net>
Tue, 28 Oct 2014 21:27:23 +0000
(17:27 -0400)
ERROR: "lockdep_ovsl_is_held" [net/openvswitch/vport-gre.ko] undefined!
Reported-by: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/datapath.c
patch
|
blob
|
blame
|
history
diff --git
a/net/openvswitch/datapath.c
b/net/openvswitch/datapath.c
index aecddb9bb80a3f951d830d4a4fa1c64831f6c3e2..f18302f3204900d5f3ba20f2ff99423682c324d8 100644
(file)
--- a/
net/openvswitch/datapath.c
+++ b/
net/openvswitch/datapath.c
@@
-131,6
+131,7
@@
int lockdep_ovsl_is_held(void)
else
return 1;
}
+EXPORT_SYMBOL(lockdep_ovsl_is_held);
#endif
static struct vport *new_vport(const struct vport_parms *);