Hi There seem to be a couple of bogus notifier API uses in the kernel, specifically, wrong return codes from the notifier routine. One of them is in scsi_dh_notifier(), which can return a negative error code, which is not what you're supposed to return from a notifier routine. Apart from being just a wrong use of the API, this also will trigger the if ((ret & NOTIFY_STOP_MASK) == NOTIFY_STOP_MASK) test in notifier_call_chain() and thus prevent further notifiers from being called. Am I missing something? Thanks Guennadi --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html