On Mon, Sep 3, 2018 at 2:44 PM Vlad Buslov <vla...@mellanox.com> wrote: > > Recent refactoring of add_metainfo() caused use_all_metadata() to add > metainfo to ife action metalist without taking reference to module. This > causes warning in module_put called from ife action cleanup function. > > Implement add_metainfo_and_get_ops() function that returns with reference > to module taken if metainfo was added successfully, and call it from > use_all_metadata(), instead of calling __add_metainfo() directly.
Acked-by: Cong Wang <xiyou.wangc...@gmail.com> This one should go to -net too.