mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
xdr_stream_encode_u32() returns XDR_UNIT on success. xdr_stream_decode_u32() returns zero or -EMSGSIZE, but never XDR_UNIT. Signed-off-by: Chuck Lever <chuck.lever@oracle.com>