diff options
| author | Gao feng <[email protected]> | 2013-06-13 02:05:38 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2013-06-13 07:45:48 +0000 |
| commit | ca15febfe98f7c681ac345fc1d2ee1b8decaa493 (patch) | |
| tree | a4a0e2abd432397ccca05b1e5144055cd6479649 /net/unix/sysctl_net_unix.c | |
| parent | net: add doc for ip_early_demux sysctl (diff) | |
| download | kernel-ca15febfe98f7c681ac345fc1d2ee1b8decaa493.tar.gz kernel-ca15febfe98f7c681ac345fc1d2ee1b8decaa493.zip | |
netlink: make compare exist all the time
Commit da12c90e099789a63073fc82a19542ce54d4efb9
"netlink: Add compare function for netlink_table"
only set compare at the time we create kernel netlink,
and reset compare to NULL at the time we finially
release netlink socket, but netlink_lookup wants
the compare exist always.
So we should set compare after we allocate nl_table,
and never reset it. make comapre exist all the time.
Reported-by: Fengguang Wu <[email protected]>
Signed-off-by: Gao feng <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions
