aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/associola.c
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2019-07-09 00:57:05 +0800
committerDavid S. Miller <davem@davemloft.net>2019-07-08 20:16:24 -0700
commit1c13475368b697d4fc9c0630b5d4ee51d5ca0790 (patch)
tree9773074ff44077d62718f381a975164056208814 /net/sctp/associola.c
parentsctp: remove reconf_enable from asoc (diff)
downloadlinux-dev-1c13475368b697d4fc9c0630b5d4ee51d5ca0790.tar.xz
linux-dev-1c13475368b697d4fc9c0630b5d4ee51d5ca0790.zip
sctp: remove prsctp_enable from asoc
Like reconf_enable, prsctp_enable should also be removed from asoc, as asoc->peer.prsctp_capable has taken its job. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/associola.c')
-rw-r--r--net/sctp/associola.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/associola.c b/net/sctp/associola.c
index 321c199edacf..5010cce52c93 100644
--- a/net/sctp/associola.c
+++ b/net/sctp/associola.c
@@ -261,7 +261,6 @@ static struct sctp_association *sctp_association_init(
goto stream_free;
asoc->active_key_id = ep->active_key_id;
- asoc->prsctp_enable = ep->prsctp_enable;
asoc->strreset_enable = ep->strreset_enable;
/* Save the hmacs and chunks list into this association */