Commit ff724d3b authored by Wensong Zhang's avatar Wensong Zhang Committed by Arnaldo Carvalho de Melo

[IPVS] fix the unlocking bug in the ip_vs_conn_seq_stop

parent 54f47c5d
...@@ -671,7 +671,7 @@ static void ip_vs_conn_seq_stop(struct seq_file *seq, void *v) ...@@ -671,7 +671,7 @@ static void ip_vs_conn_seq_stop(struct seq_file *seq, void *v)
struct list_head *l = seq->private; struct list_head *l = seq->private;
if (l) if (l)
ct_read_unlock(l - ip_vs_conn_tab); ct_read_unlock_bh(l - ip_vs_conn_tab);
} }
static int ip_vs_conn_seq_show(struct seq_file *seq, void *v) static int ip_vs_conn_seq_show(struct seq_file *seq, void *v)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment