OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-90-g0d95e6b

Gerrit Code Review gerrit@openafs.org
Tue, 22 Feb 2011 18:38:27 -0800 (PST)


The following commit has been merged in the openafs-stable-1_4_x branch:
commit 0d95e6b800044f9cfa6dd4057477394c3a9cc44d
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: I15affd47c02653b3b46a0c97e64d06ba4ecbac1c
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    Reviewed-on: http://gerrit.openafs.org/3994
    Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Reviewed-by: Russ Allbery <rra@stanford.edu>

 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