mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Keep the old SLAB_DESTROY_BY_RCU macro definition around in the LinuxKPI
to avoid compilation breakage in external kernel modules. MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
8f368d485d
commit
ce930365d1
1 changed files with 3 additions and 0 deletions
|
|
@ -82,6 +82,9 @@ struct linux_kmem_cache {
|
|||
#define SLAB_TYPESAFE_BY_RCU (1 << 1)
|
||||
#define SLAB_RECLAIM_ACCOUNT (1 << 2)
|
||||
|
||||
#define SLAB_DESTROY_BY_RCU \
|
||||
SLAB_TYPESAFE_BY_RCU
|
||||
|
||||
static inline gfp_t
|
||||
linux_check_m_flags(gfp_t flags)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue