OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-778-g6201e3b

Gerrit Code Review gerrit@openafs.org
Tue, 22 Feb 2011 00:56:08 -0800 (PST)


The following commit has been merged in the master branch:
commit b71a2daaf0bc8f6c392be0d1f669d58c81c519c7
Author: Rod Widdowson <rdw@steadingsoftware.com>
Date:   Thu Feb 3 11:44:12 2011 +0000

    namei_ops.c use OS_XXX rather than afs_XXX
    
    This checkin removes all uees of afs_open and replaces them with
    OS_OPEN.  It converts direct call to read/write/close to OS_XXX
    
    The exception is afs_stat which is left in place as this is unix
    only and rerquires separate handling.
    
    Change-Id: Iaab6cb57b6f4b5a131fb77d64d794893f795b59c
    Reviewed-on: http://gerrit.openafs.org/3888
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vol/namei_ops.c |   69 ++++++++++++++++++++++----------------------------
 1 files changed, 30 insertions(+), 39 deletions(-)

-- 
OpenAFS Master Repository