OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1628-gc2272c2

Gerrit Code Review gerrit@openafs.org
Thu, 8 Sep 2011 08:29:46 -0700 (PDT)


The following commit has been merged in the master branch:
commit c2272c207bc9f6cc0ba6892dfa6d879c7594d261
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Wed Sep 7 18:20:24 2011 +0100

    IRIX: Pull NFS translator hooks
    
    We've never had working NFS translator for IRIX, and the system call
    codes which are required to install the symbols used by the IBM
    translator have long been used for other things by OpenAFS.
    
    Simplify this mess by just removing the translator stubs from the kernel
    module, and all of the code in afsd which used to handle pulling
    addresses out of the kernel module so that we can hook ourselves in.
    
    Change-Id: I2da2b0040afc0191e236706126d75bc7d39c0936
    Reviewed-on: http://gerrit.openafs.org/5375
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/afs/IRIX/osi_vfsops.c |    7 -
 src/afs/afs_call.c        |   26 ---
 src/afsd/afsd.c           |  519 ---------------------------------------------
 src/config/afs_args.h     |    7 -
 4 files changed, 0 insertions(+), 559 deletions(-)

-- 
OpenAFS Master Repository