Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocfs2: o2net_idle_timer: Rename del_timer_sync in comment

Commit 8fa7292fee5c ("treewide: Switch/rename to timer_delete[_sync]()")
switched del_timer_sync to timer_delete_sync, but did not modify the
comment for o2net_idle_timer(). Now fix it.

Link: https://lkml.kernel.org/r/BDDB1E4E2876C36C+20250411102610.165946-1-wangyuli@uniontech.com
Signed-off-by: WangYuli <wangyuli@uniontech.com>
Acked-by: Joseph Qi <jiangqi903@gmail.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Jun Piao <piaojun@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

WangYuli and committed by
Andrew Morton
50af973c 734aa853

+1 -1
+1 -1
fs/ocfs2/cluster/tcp.c
··· 1483 1483 sc_put(sc); 1484 1484 } 1485 1485 1486 - /* socket shutdown does a del_timer_sync against this as it tears down. 1486 + /* socket shutdown does a timer_delete_sync against this as it tears down. 1487 1487 * we can't start this timer until we've got to the point in sc buildup 1488 1488 * where shutdown is going to be involved */ 1489 1489 static void o2net_idle_timer(struct timer_list *t)