On 07/03/2019 01:50 PM, Ilya Leoshkevich wrote: > Fix endianness issue: passing a pointer to 64-bit fd as a 32-bit key > does not work on big-endian architectures. So cast fd to 32-bits when > necessary. > > Signed-off-by: Ilya Leoshkevich <i...@linux.ibm.com>
Applied, thanks!