• Neil Brown's avatar
    [PATCH] Fix handling of error code in NFSv4 replies · 6edc72f4
    Neil Brown authored
    As nfsv4 does some reply encoding while processing
    requests, the code which tries to put the overall status
    at the head of the reply fails.
    
    With this patch, we take the address for the overall
    status very early so NFSv4's encoding wont confuse us.
    6edc72f4
nfs4proc.c 21.2 KB