OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_28-9-gce6c103
Gerrit Code Review
gerrit@openafs.org
Tue, 24 Dec 2013 11:15:53 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 19b1c4f922e7137a972d29e32a9a7e90890d8c1d
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
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>
(cherry picked from commit 07372cf7e76acf62eb26908977e2682338c85ac1)
Change-Id: I944d8308dbda1cf1989b1d8497486f8463d1aacb
Reviewed-on: http://gerrit.openafs.org/10630
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/opr/jhash.h | 15 +++++++++++++++
tests/opr/jhash-t.c | 9 +++++++--
2 files changed, 22 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository