OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_62-58-g46f7bbb

Gerrit Code Review gerrit@openafs.org
Fri, 11 Sep 2009 09:49:50 -0700 (PDT)


The following commit has been merged in the master branch:
commit 46f7bbb19dbb697e626a20363ff23ad2fe0ee4c0
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Sep 9 09:22:02 2009 -0500

    Do not respond to SYNC_COM_CHANNEL_CLOSE requests
    
    SYNC clients, when closing a channel, send a SYNC_COM_CHANNEL_CLOSE
    command, and immediately disconnect before waiting for a response. So,
    don't send a SYNC response, since by the time we send it, the other end
    will most likely have already hung up, causing a lot of needless
    'SYNC_putRes: write failed' messages whenever a SYNC channel is closed
    (e.g. when a demand-salvage finishes).
    
    Reviewed-on: http://gerrit.openafs.org/434
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/vol/fssync-server.c   |    7 ++++++-
 src/vol/salvsync-server.c |    7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository