Linux 3.6: d_alias and i_dentry are now hlists
authorMarc Dionne <marc.c.dionne@gmail.com>
Tue, 14 Aug 2012 01:55:25 +0000 (21:55 -0400)
committerDerrick Brashear <shadow@dementix.org>
Fri, 17 Aug 2012 18:14:02 +0000 (11:14 -0700)
commit6bea047fb404bde828c6358ae06f7941aa2bc959
tree09ddb0812a79b476e746cd3f12dbc15547c5e9ef
parent8766a65e97eb90cb6c97ccd35181c441ece14f8a
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
src/afs/LINUX/osi_vcache.c
src/afs/LINUX/osi_vnodeops.c
src/afs/afs_daemons.c
src/cf/linux-test4.m4