OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre1-145-gf709e62

Gerrit Code Review gerrit@openafs.org
Tue, 8 Feb 2011 06:55:42 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 06b8a3d52b2d6a3c8c1512bb9a21689e0d1c8b34
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Tue Jan 25 17:17:21 2011 -0500

    linux: 2.6.38: New d_op handling
    
    In 2.6.38, the super block structure has a new field to hold the
    default dentry ops.  The vfs will automatically set it for new
    dentries in most cases.
    
    Set s_d_op to our set of operations, and omit setting the dentry
    ops where the vfs will already do it (and where new locking rules
    prohibit it).
    
    Reviewed-on: http://gerrit.openafs.org/3758
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 08bb83d95027bb3ac68834d12b72bdc647fa24a9)
    
    Change-Id: Ia108e8c7c624521965bdbddd7a37ebf281eb7967
    Reviewed-on: http://gerrit.openafs.org/3869
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 acinclude.m4                 |    1 +
 src/afs/LINUX/osi_vfsops.c   |    7 +++++++
 src/afs/LINUX/osi_vnodeops.c |    6 ++++++
 3 files changed, 14 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository