The following commit has been merged in the openafs-stable-1_8_x branch:
commit 36575f909b5e655d78ee0eda691550cb153860c9
Author: Jeffrey Altman <[email protected]>
Date:   Fri Feb 23 18:26:24 2018 -0500

    rx: pass serial number to rxi_SendRawAbort
    
    The practice of stamping abort packets with the connection's next
    serial number was altered by a0ae8f514519b73ba7f7653bb78b9fc5b6e228f8.
    
    This change restores the prior behavior by passing a serial number
    as a parameter to rxi_SendRawAbort() so that the serial number can
    be obtained from the connection instead of hard coded as 1.
    
    Reviewed-on: https://gerrit.openafs.org/12931
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit cacf2b646759132dbf21e9c04fb3cfc6c2f8f1f3)
    
    Change-Id: I36925d4283ba0aaedc7bee0e878d0e18d9aa23a7
    Reviewed-on: https://gerrit.openafs.org/13050
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/rx/rx.c            |    9 +++++++--
 src/rx/rx_packet.c     |    5 +++--
 src/rx/rx_prototypes.h |    4 ++--
 3 files changed, 12 insertions(+), 6 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to