OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3711-ge019429

Gerrit Code Review gerrit@openafs.org
Wed, 17 Apr 2013 05:35:56 -0700 (PDT)


The following commit has been merged in the master branch:
commit e019429d4548348c6ab8674305d985feee040476
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Wed Apr 17 01:27:47 2013 -0500

    LINUX: Avoid duplicate mntget in afs_dentry_open
    
    Our caller already got a ref to 'mnt'; getting another one here will
    overcount refs on 'mnt'.
    
    This can make it impossible to unmount the filesystem the cache
    resides on (even after the client is stopped), since it's ref count
    will be very high.
    
    FIXES 131613
    
    Change-Id: I3f0cd0fd6c0c2ced74f2d799ea0d8f8701a20141
    Reviewed-on: http://gerrit.openafs.org/9790
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/LINUX/osi_compat.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository