Skip to content

Commit

Permalink
s: unreachable
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed Jan 25, 2022
1 parent 92bd508 commit aef6ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/os/linux/spl/spl-thread.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ __thread_exit(void)
{
tsd_exit();
ZFS_KTHREAD_COMPLETE_AND_EXIT(NULL, 0);
/* Unreachable */
__builtin_unreachable();
}
EXPORT_SYMBOL(__thread_exit);

Expand Down

0 comments on commit aef6ae7

Please sign in to comment.