Loading net/x25/af_x25.c +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ static void x25_destroy_timer(struct timer_list *t) /* * This is called from user mode and the timers. Thus it protects itself * against interrupt users but doesn't worry about being called during * against interrupting users but doesn't worry about being called during * work. Once it is removed from the queue no interrupt or bottom half * will touch it and we are (fairly 8-) ) safe. * Not static as it's used by the timer Loading Loading
net/x25/af_x25.c +1 −1 Original line number Diff line number Diff line Loading @@ -366,7 +366,7 @@ static void x25_destroy_timer(struct timer_list *t) /* * This is called from user mode and the timers. Thus it protects itself * against interrupt users but doesn't worry about being called during * against interrupting users but doesn't worry about being called during * work. Once it is removed from the queue no interrupt or bottom half * will touch it and we are (fairly 8-) ) safe. * Not static as it's used by the timer Loading