OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_65-5-g2ea379b
Gerrit Code Review
gerrit@openafs.org
Sat, 3 Oct 2009 16:17:49 -0700 (PDT)
The following commit has been merged in the master branch:
commit 2ea379b9f9a1df59327fb2b05b8d9af3bf6615af
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Fri Oct 2 18:36:24 2009 +0100
There can be only one ... MD5
The cache manager has two implementations of md5 - one in afs_md5.c
(used by afs_NewCell) and one in afs_util.c - used by Linux's MD5-inode
code.
Remove the one in afs_util.c in favour of using the common
implementation in afs_md5.c
Reviewed-on: http://gerrit.openafs.org/572
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/afs_util.c | 244 +---------------------------------------------------
1 files changed, 4 insertions(+), 240 deletions(-)
--
OpenAFS Master Repository