OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0pre2-2-gd79f930

Gerrit Code Review gerrit@openafs.org
Wed, 16 Feb 2011 13:48:34 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit d79f9306f57de692da1b54148f87be31e2202318
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Feb 15 17:21:49 2011 -0600

    vol: Restore inode OS_READ/WRITE
    
    Commit 335ccb4082657b7d0e4e9af1076356cf115642d2 removed the OS_READ
    and OS_WRITE definitions for non-namei code. We need those definitions
    to build the pread/pwrite emulation functions, so put them back in.
    This allows us to build the inode fileserver backend when we do not
    have native positional I/O.
    
    Reviewed-on: http://gerrit.openafs.org/3959
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>
    (cherry picked from commit 0bb6170b222ee2e9a0a3d224dac890adaed945a9)
    
    Change-Id: Ib025c1ddc9a8d09319941eefe32bd2ba1df6764b
    Reviewed-on: http://gerrit.openafs.org/3965
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/vol/ihandle.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository