OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1356-gda6c976

Gerrit Code Review gerrit@openafs.org
Sat, 9 Jul 2011 05:15:24 -0700 (PDT)


The following commit has been merged in the master branch:
commit da6c97678f530ca76334613e229337a75f94e297
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Fri Jul 8 15:27:22 2011 -0400

    Windows: out of order lock smb v3 locking
    
    Do not obtain the smb_rctLock after holding the cm_scache_t->rw
    lock.
    
    At most one hold is required in case of lock failure.  Obtain
    it as the start of processing and drop it at the end if not required.
    
    Change-Id: I370321b087df480336c833d68e348d7f62d227b3
    Reviewed-on: http://gerrit.openafs.org/4955
    Tested-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

 src/WINNT/afsd/smb3.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository