mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00: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>