Revision 0b0dfd59216755cfa5a47eab2811efaa4589db68 authored by Long Li on 15 March 2019, 07:55:00 UTC, committed by Steve French on 23 March 2019, 03:36:54 UTC
When sending a rdata, transport may return -EAGAIN. In this case
we should re-obtain credits because the session may have been
reconnected.

Change in v2: adjust_credits before re-sending

Signed-off-by: Long Li <longli@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
1 parent d53e292
Raw File
blacklist.h
#include <linux/kernel.h>

extern const char __initconst *const blacklist_hashes[];
back to top