mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 20:08:55 +07: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
@ -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 *);
|
||||
|
Loading…
Reference in New Issue
Block a user