atomic_notifier_chai(9)
NAME
- atomic_notifier_chain_unregister - Remove notifier from an
- atomic notifier chain
SYNOPSIS
int atomic_notifier_chain_unregister(struct atomic_notifier_head * nh, struct notifier_block * n);
ARGUMENTS
- nh
- Pointer to head of the atomic notifier chain
- n
- Entry to remove from notifier chain
DESCRIPTION
Removes a notifier from an atomic notifier chain.
Returns zero on success or -ENOENT on failure.