OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_1pre2-125-g407e7c9

Gerrit Code Review gerrit@openafs.org
Wed, 27 Jun 2012 05:38:09 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 407e7c90a97143d436ad3a6af6bbfa431c849191
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Sat Jun 2 21:35:53 2012 -0400

    Linux 3.5: encode_fh API change
    
    The encode_fh export operation now expects two inode arguments
    instead of a dentry and a "connectable" flag.  Use the inode of
    the dentry we're interested in, and NULL as the parent inode which
    is the same as passing a 0 flag in the previous API.
    
    Change-Id: I05cf146fb2a4bacdca20a9f108d04ccb11530804
    Reviewed-on: http://gerrit.openafs.org/7523
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 5227148ae17949705487ea673d558ebfe143e635)
    Reviewed-on: http://gerrit.openafs.org/7579

 acinclude.m4               |    1 +
 src/afs/LINUX/osi_compat.h |    4 ++++
 src/cf/linux-test4.m4      |   14 ++++++++++++++
 3 files changed, 19 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository