diff options
author | Roman Mashak <mrv@mojatatu.com> | 2017-10-11 10:50:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-12 22:13:20 -0700 |
commit | d3f24ba895f0bbbc8ab0ecb03de7daa6eccc7ceb (patch) | |
tree | c434958cd7dae909efaf94980c68b5a651db3da2 /mm | |
parent | 8f04748016f3b583e675e0f649d42cfc10812a8b (diff) |
net sched actions: fix module auto-loading
Macro __stringify_1() can stringify a macro argument, however IFE_META_*
are enums, so they never expand, however request_module expects an integer
in IFE module name, so as a result it always fails to auto-load.
Fixes: ef6980b6becb ("introduce IFE action")
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Acked-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions