Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111670
b: refs/heads/master
c: 563e94f
h: refs/heads/master
v: v3
  • Loading branch information
Simon Horman committed Sep 17, 2008
1 parent 6983c86 commit 502694c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dff630ddad3884b99fae3ad92f5eccbf26618679
refs/heads/master: 563e94f072714657a82a59a3bf81a719a6a25591
2 changes: 2 additions & 0 deletions trunk/net/ipv4/ipvs/ip_vs_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1787,6 +1787,7 @@ static struct ip_vs_service *ip_vs_info_array(struct seq_file *seq, loff_t pos)
}

static void *ip_vs_info_seq_start(struct seq_file *seq, loff_t *pos)
__acquires(__ip_vs_svc_lock)
{

read_lock_bh(&__ip_vs_svc_lock);
Expand Down Expand Up @@ -1840,6 +1841,7 @@ static void *ip_vs_info_seq_next(struct seq_file *seq, void *v, loff_t *pos)
}

static void ip_vs_info_seq_stop(struct seq_file *seq, void *v)
__releases(__ip_vs_svc_lock)
{
read_unlock_bh(&__ip_vs_svc_lock);
}
Expand Down

0 comments on commit 502694c

Please sign in to comment.