# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1386 -> 1.1387 # net/ipv4/ipvs/ip_vs_conn.c 1.10 -> 1.11 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/10/04 wensong@xxxxxxxxxxxx 1.1387 # [IPVS] fix the unlocking bug in the ip_vs_conn_seq_stop # -------------------------------------------- # diff -Nru a/net/ipv4/ipvs/ip_vs_conn.c b/net/ipv4/ipvs/ip_vs_conn.c --- a/net/ipv4/ipvs/ip_vs_conn.c Sat Oct 4 22:54:58 2003 +++ b/net/ipv4/ipvs/ip_vs_conn.c Sat Oct 4 22:54:58 2003 @@ -670,8 +670,8 @@ { struct list_head *l = seq->private; - if (l) - ct_read_unlock(l - ip_vs_conn_tab); + if (l) + ct_read_unlock_bh(l - ip_vs_conn_tab); } static int ip_vs_conn_seq_show(struct seq_file *seq, void *v)