OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2869-g1414112

Gerrit Code Review gerrit@openafs.org
Tue, 4 Sep 2012 06:13:21 -0700 (PDT)


The following commit has been merged in the master branch:
commit 14141123da0c098fc168772277b14f114bf4af5d
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Sep 4 12:33:02 2012 +0100

    Fix aliasing problems in tptserver
    
    Commit f2db78a346112f5320efc6f0b6b9fe4ae0d893d3 disabled strict
    aliasing for ptutils.c and ptprocs.c when built in the ptserver
    directory. Similarly disable aliasing checks for these files when
    built in the tptserver directory.
    
    This doesn't actually fix the significant problems with these files,
    but doing so is going to require completely reworking the way that
    supergroups is implemented, so just disable these optimisations in
    the compiler for now.
    
    Change-Id: I6857ba83238a2c98a6540c795426f1a4038b70b3
    Reviewed-on: http://gerrit.openafs.org/8035
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/tptserver/Makefile.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository