diff options
author | Zach Brown <zach.brown@oracle.com> | 2007-06-22 22:14:46 (GMT) |
---|---|---|
committer | Vlad Yasevich <vladislav.yasevich@hp.com> | 2007-06-26 13:29:09 (GMT) |
commit | 5131a184a3458d9ac47d9eba032cf4c4d3295afd (patch) | |
tree | 1f216caeef9c70ff5bc76fd08fa7f5a0ae2cbe99 /.mailmap | |
parent | 186e234358ba29a4094d0c8c0d3ea00f84d32a3e (diff) | |
download | linux-fsl-qoriq-5131a184a3458d9ac47d9eba032cf4c4d3295afd.tar.xz |
SCTP: lock_sock_nested in sctp_sock_migrate
sctp_sock_migrate() grabs the socket lock on a newly allocated socket while
holding the socket lock on an old socket. lockdep worries that this might
be a recursive lock attempt.
task/3026 is trying to acquire lock:
(sk_lock-AF_INET){--..}, at: [<ffffffff88105b8c>] sctp_sock_migrate+0x2e3/0x327 [sctp]
but task is already holding lock:
(sk_lock-AF_INET){--..}, at: [<ffffffff8810891f>] sctp_accept+0xdf/0x1e3 [sctp]
This patch tells lockdep that this locking is safe by using
lock_sock_nested().
Signed-off-by: Zach Brown <zach.brown@oracle.com>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions