Re: [PATCH net-next] sctp: use read_lock_bh in sctp_eps_seq_show

2017-06-10 Thread David Miller
From: Xin Long Date: Sat, 10 Jun 2017 15:13:32 +0800 > This patch is to use read_lock_bh instead of local_bh_disable > and read_lock in sctp_eps_seq_show. > > Signed-off-by: Xin Long Applied.

Re: [PATCH net-next] sctp: use read_lock_bh in sctp_eps_seq_show

2017-06-10 Thread Marcelo Ricardo Leitner
On Sat, Jun 10, 2017 at 03:13:32PM +0800, Xin Long wrote: > This patch is to use read_lock_bh instead of local_bh_disable > and read_lock in sctp_eps_seq_show. > > Signed-off-by: Xin Long Acked-by: Marcelo Ricardo Leitner > --- > net/sctp/proc.c | 6 ++ > 1 file changed, 2 insertions(+),

[PATCH net-next] sctp: use read_lock_bh in sctp_eps_seq_show

2017-06-10 Thread Xin Long
This patch is to use read_lock_bh instead of local_bh_disable and read_lock in sctp_eps_seq_show. Signed-off-by: Xin Long --- net/sctp/proc.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/sctp/proc.c b/net/sctp/proc.c index 5a27d0f..8e34db5 100644 --- a/net/sctp/p