OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-891-g1da9552

Gerrit Code Review gerrit@openafs.org
Thu, 17 Mar 2011 20:34:57 -0700 (PDT)


The following commit has been merged in the master branch:
commit 1da95520fa85c6589fdb32ce1ee9035d92b34f4f
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Mar 16 21:23:17 2011 +0000

    util: Remove unnecessary uuid_mem* macros
    
    Once upon a time, in a galaxy far far away, uuid used bcmp and bcpy
    operations in kernel space. However, we changed that back in 2001, and
    since then the uuid_memcpy and uuid_memcmp macros have been redundant.
    Tidy up the code a little by removing them.
    
    Change-Id: I3abcff79b36a330f1619c3d7e0a791eac1cf69a1
    Reviewed-on: http://gerrit.openafs.org/4253
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/util/uuid.c |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

-- 
OpenAFS Master Repository