OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-633-g3c91f1d

Gerrit Code Review gerrit@openafs.org
Fri, 14 Jan 2011 16:07:32 -0800 (PST)


The following commit has been merged in the master branch:
commit 3c91f1d88165dca085a26b87f2c0148e84e179d2
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Thu Jan 13 20:16:44 2011 -0500

    FBSD: remove vestiges of Giant
    
    We do not support versions of FreeBSD that used Giant to
    serialize access to vnode fields, and we always use the same locking
    (which really ought to be MPSAFE).  Always set the MPSAFE flags
    as needed, and do not bother to call VFS_[UN]LOCK_GIANT which
    will never do anything for us.
    
    Change-Id: I973a24d43563f289d4a2baa6e067fbba72d17ed9
    Reviewed-on: http://gerrit.openafs.org/3656
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/afs/FBSD/osi_misc.c     |    4 +---
 src/afs/FBSD/osi_vfsops.c   |   19 ++++++++++++++++---
 src/afs/FBSD/osi_vm.c       |    6 +++---
 src/afs/FBSD/osi_vnodeops.c |    2 --
 src/afs/afs_dcache.c        |   14 --------------
 src/afs/afs_osi_vm.c        |    9 ---------
 6 files changed, 20 insertions(+), 34 deletions(-)

-- 
OpenAFS Master Repository