• Neil Brown's avatar
    [PATCH] knfsd: NFS4XDR get rid of warning · ca04cb99
    Neil Brown authored
    There is a warning because of calling return with an argument on a void
    function.  The root cause is putting a return statement in a macro (evil
    side effect).
    
    Change ENCODE_SEQID_OP_TAIL to be a more proper macro, change all
    calling functions to return void.
    ca04cb99
nfs4xdr.c 54.6 KB