srcu_notifier_chain_unregister — Remove notifier from an SRCU notifier chain
int srcu_notifier_chain_unregister
(struct srcu_notifier_head * nh, struct notifier_block * n);
Pointer to head of the SRCU notifier chain
Entry to remove from notifier chain
Removes a notifier from an SRCU notifier chain. Must be called from process context.
Returns zero on success or -ENOENT on failure.