Name
unregister_reboot_notifier — 
     Unregister previously registered reboot notifier
 
Synopsis
int fsfuncunregister_reboot_notifier ( | struct notifier_block * nb); | 
 
Arguments
nb
     Hook to be unregistered
    
Description
   Unregisters a previously registered reboot
   notifier function.
   
   Returns zero on success, or -ENOENT on failure.