]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux 3.5: encode_fh API change
authorMarc Dionne <marc.c.dionne@gmail.com>
Sun, 3 Jun 2012 01:35:53 +0000 (21:35 -0400)
committerDerrick Brashear <shadow@dementix.org>
Wed, 27 Jun 2012 12:36:01 +0000 (05:36 -0700)
commit407e7c90a97143d436ad3a6af6bbfa431c849191
treeac3f02bd69c8c7f22203ffd6295402b901a16010
parent8de83579f7b374b03068b46f7cb38104f31a966c
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
src/afs/LINUX/osi_compat.h
src/cf/linux-test4.m4