OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1345-g42943ae
Gerrit Code Review
gerrit@openafs.org
Wed, 6 Jul 2011 22:50:45 -0700 (PDT)
The following commit has been merged in the master branch:
commit 42943aead4db2bdf9b8ec01c3917eb1c9ac9eb76
Author: Andrew Deason <adeason@sinenomine.net>
Date: Wed Jun 22 14:39:39 2011 -0500
afs: Use cell for md5 inode numbers
When calculating the inode number for a file with md5 inodes, include
the cell number in the calculation, in order to reduce collisions
between cells.
Change-Id: I4b939042dd993419f785a78e87e68cf346b56e26
Reviewed-on: http://gerrit.openafs.org/4902
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/afs/LINUX/osi_vnodeops.c | 3 ++-
src/afs/LINUX24/osi_vnodeops.c | 3 ++-
src/afs/VNOPS/afs_vnop_attrs.c | 10 ++++++----
src/afs/afs_prototypes.h | 3 ++-
src/afs/afs_util.c | 5 +++--
5 files changed, 15 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository