OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3262-g6c50960

Gerrit Code Review gerrit@openafs.org
Wed, 9 Jan 2013 07:08:16 -0800 (PST)


The following commit has been merged in the master branch:
commit 6c50960174f35d75fd50956e248318a9c826fca1
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Jan 8 17:41:21 2013 -0600

    SOLARIS: Use vn_renamepath when available
    
    In Solaris 11.1, the signature of vn_setpath changes; it gains an
    extra boolean_t argument called 'force'. Instead of trying to adapt to
    it, call vn_renamepath() instead, which will do the correct thing and
    call vn_setpath &co for us. vn_renamepath has existed since Solaris 10
    Update 8, and is in all releases of Solaris 11. Only call it in
    Solaris 11, since it makes the ifdefs easier, and there are no
    problems with calling vn_setpath on Solaris 10.
    
    Thanks to Frank Batschulat for all of the relevant information.
    
    Change-Id: Iad4ada70abbb5ec2289c30149ab4c571fa8a68ff
    Reviewed-on: http://gerrit.openafs.org/8894
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/afs/SOLARIS/osi_vnodeops.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository