OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1471-gb621a29

Gerrit Code Review gerrit@openafs.org
Mon, 1 Aug 2011 05:09:17 -0700 (PDT)


The following commit has been merged in the master branch:
commit b621a2986099488426a026818532a9600db9aeba
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Fri Jul 29 16:44:11 2011 -0500

    SOLARIS: Do not release NULL root vp on unmount
    
    When we unmount, and afs_globalVp is NULL (e.g. because root.afs was
    unavailable when the client was started), we will panic the machine if
    we try to release it. So, if afs_globalVp is NULL when we hit our
    unmount handler, don't touch it.
    
    Reported by Andy Cobaugh.
    
    Change-Id: I4e5869237e24da320afc2b7edaf8edca0ab3e4e9
    Reviewed-on: http://gerrit.openafs.org/5117
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/afs/SOLARIS/osi_vfsops.c |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository