OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-738-g0bb6170
Gerrit Code Review
gerrit@openafs.org
Tue, 15 Feb 2011 15:45:28 -0800 (PST)
The following commit has been merged in the master branch:
commit 0bb6170b222ee2e9a0a3d224dac890adaed945a9
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.
Change-Id: I3c066dacbee20301b38f074142cb6b6bb6b05de7
Reviewed-on: http://gerrit.openafs.org/3959
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/vol/ihandle.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository