preempt_notifier_unregister(9) no longer interested in preemption notifications

SYNOPSIS

void preempt_notifier_unregister(struct preempt_notifier * notifier);

ARGUMENTS

notifier

notifier struct to unregister

DESCRIPTION

This is safe to call from within a preemption notifier.

COPYRIGHT