diff options
author | Gao feng | 2012-10-04 20:15:48 +0000 |
---|---|---|
committer | David S. Miller | 2012-10-07 00:30:56 -0400 |
commit | 6dc878a8ca39e93f70c42f3dd7260bde10c1e0f1 (patch) | |
tree | 2549dc75d29ea1975611775b05921482caf75c04 /arch/m68k/tools | |
parent | ed5062ddaa71e9f8b2b3aacc264428ce6da93d9e (diff) |
netlink: add reference of module in netlink_dump_start
I get a panic when I use ss -a and rmmod inet_diag at the
same time.
It's because netlink_dump uses inet_diag_dump which belongs to module
inet_diag.
I search the codes and find many modules have the same problem. We
need to add a reference to the module which the cb->dump belongs to.
Thanks for all help from Stephen,Jan,Eric,Steffen and Pablo.
Change From v3:
change netlink_dump_start to inline,suggestion from Pablo and
Eric.
Change From v2:
delete netlink_dump_done,and call module_put in netlink_dump
and netlink_sock_destruct.
Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/m68k/tools')
0 files changed, 0 insertions, 0 deletions