mirror of
https://github.com/torvalds/linux.git
synced 2026-05-07 07:45:08 -04: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>