Skip to content

Commit bfabc4f

Browse files
WangYuliummakynes
authored andcommitted
ipvs: Rename del_timer in comment in ip_vs_conn_expire_now()
Commit 8fa7292 ("treewide: Switch/rename to timer_delete[_sync]()") switched del_timer to timer_delete, but did not modify the comment for ip_vs_conn_expire_now(). Now fix it. Signed-off-by: WangYuli <wangyuli@uniontech.com> Acked-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
1 parent ba71a6e commit bfabc4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/netfilter/ipvs/ip_vs_conn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ static void ip_vs_conn_expire(struct timer_list *t)
926926
void ip_vs_conn_expire_now(struct ip_vs_conn *cp)
927927
{
928928
/* Using mod_timer_pending will ensure the timer is not
929-
* modified after the final del_timer in ip_vs_conn_expire.
929+
* modified after the final timer_delete in ip_vs_conn_expire.
930930
*/
931931
if (timer_pending(&cp->timer) &&
932932
time_after(cp->timer.expires, jiffies))

0 commit comments

Comments
 (0)