OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-3085-g07372cf
Gerrit Code Review
gerrit@openafs.org
Thu, 1 Nov 2012 11:30:58 -0700 (PDT)
The following commit has been merged in the master branch:
commit 07372cf7e76acf62eb26908977e2682338c85ac1
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Mon Oct 29 19:02:03 2012 +0000
opr: Add opr_jhash_int2 function
Add a function to jhash that can be used to hash a pair of unsigned
integers (or other stuff that can cast to them) without having to build
up an array.
Provide a couple of tests for the new function
Change-Id: I594848f64316fb459eff565933691f560512ca79
Reviewed-on: http://gerrit.openafs.org/8354
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/opr/jhash.h | 15 +++++++++++++++
tests/opr/jhash-t.c | 7 ++++++-
2 files changed, 21 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository