notify_helper
extern void notify_helper(enum drbd_notification_type, struct drbd_device *,
notify_helper(NOTIFY_CALL, device, connection, cmd, 0);
notify_helper(NOTIFY_RESPONSE, device, connection, cmd, ret);
notify_helper(NOTIFY_CALL, NULL, connection, cmd, 0);
notify_helper(NOTIFY_RESPONSE, NULL, connection, cmd, ret);