• J
    nfsd4: return "real" sequence id in confirmed case · 778df3f0
    J. Bruce Fields 提交于
    The client should ignore the returned sequence_id in the case where the
    CONFIRMED flag is set on an exchange_id reply--and in the unconfirmed
    case "1" is always the right response.  So it shouldn't actually matter
    what we return here.
    
    We could continue returning 1 just to catch clients ignoring the spec
    here, but I'd rather be generous.  Other things equal, returning the
    existing sequence_id seems more informative.
    Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
    778df3f0
nfs4state.c 125.7 KB