diff options
author | Xin Long <[email protected]> | 2018-02-12 18:29:06 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-02-12 11:39:32 -0500 |
commit | 27af86bb038d9c8b8066cd17854ddaf2ea92bce1 (patch) | |
tree | a3600d7dc1ec6003b029c0845bc4db9a87a506b7 /scripts/gdb/linux/proc.py | |
parent | 1b12580af1d0677c3c3a19e35bfe5d59b03f737f (diff) |
sctp: do not pr_err for the duplicated node in transport rhlist
The pr_err in sctp_hash_transport was supposed to report a sctp bug
for using rhashtable/rhlist.
The err '-EEXIST' introduced in Commit cd2b70875058 ("sctp: check
duplicate node before inserting a new transport") doesn't belong
to that case.
So just return -EEXIST back without pr_err any kmsg.
Fixes: cd2b70875058 ("sctp: check duplicate node before inserting a new transport")
Reported-by: Wei Chen <[email protected]>
Signed-off-by: Xin Long <[email protected]>
Acked-by: Marcelo Ricardo Leitner <[email protected]>
Acked-by: Neil Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions