mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
openvswitch: Export lockdep_ovsl_is_held to modules.
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>
This commit is contained in:
parent
e5935e6279
commit
2c6c49ded7
1 changed files with 1 additions and 0 deletions
|
@ -131,6 +131,7 @@ int lockdep_ovsl_is_held(void)
|
||||||
else
|
else
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(lockdep_ovsl_is_held);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct vport *new_vport(const struct vport_parms *);
|
static struct vport *new_vport(const struct vport_parms *);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue