OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2847-g6bea047
Gerrit Code Review
gerrit@openafs.org
Fri, 17 Aug 2012 11:14:52 -0700 (PDT)
The following commit has been merged in the master branch:
commit 6bea047fb404bde828c6358ae06f7941aa2bc959
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Mon Aug 13 21:55:25 2012 -0400
Linux 3.6: d_alias and i_dentry are now hlists
The d_alias pointer is now the head of an hlist. This means the
iterator is a different macro and has no "reverse" version since
hlists have no direct pointer to the list tail.
inode->i_dentry gets the same treatment. Adjust where we use it.
Change-Id: Ibcdd8ab6f8a571a8f94c646949ebe0503f075574
Reviewed-on: http://gerrit.openafs.org/7983
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
acinclude.m4 | 1 +
src/afs/LINUX/osi_vcache.c | 12 ++++++++++++
src/afs/LINUX/osi_vnodeops.c | 7 +++++++
src/afs/afs_daemons.c | 5 +++++
src/cf/linux-test4.m4 | 13 +++++++++++++
5 files changed, 38 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository