OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2581-g5227148

Gerrit Code Review gerrit@openafs.org
Thu, 7 Jun 2012 05:15:55 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5227148ae17949705487ea673d558ebfe143e635
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>

 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