OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-698-g08bb83d

Gerrit Code Review gerrit@openafs.org
Thu, 27 Jan 2011 08:01:30 -0800 (PST)


The following commit has been merged in the master branch:
commit 08bb83d95027bb3ac68834d12b72bdc647fa24a9
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).
    
    Change-Id: I9d738bdd528577d0a7ccd307246b5e935379c84d
    Reviewed-on: http://gerrit.openafs.org/3758
    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