OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-28-g2ce2837
Gerrit Code Review
gerrit@openafs.org
Tue, 27 Apr 2010 12:28:16 -0700 (PDT)
The following commit has been merged in the master branch:
commit 2ce28370cf2d3a16d84664463731b1148447edb0
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Tue Apr 27 18:57:30 2010 +0100
Linux: Don't preprocess osi_vfs.h
Before we did inodes properly, we needed to pre-process osi_vfs.h,
in order to merge our inode structure with the Linux one. Ever since
we moved to native inodes, that preprocessing has been disabled, and
we've just copied osi_vfs.hin to osf_vfs.h Skip this pointless step,
permanently rename osi_vfs.hin to osi_vfs.h, and remove the unused
support scripts.
Change-Id: I5e21eccf2242080cd8b994bd1654260bfb531420
Reviewed-on: http://gerrit.openafs.org/1856
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 4 --
configure-libafs.in | 1 -
src/afs/LINUX/.gitignore | 5 --
src/afs/LINUX/osi_vfs.h | 85 ++++++++++++++++++++++++++++++
src/afs/LINUX/osi_vfs.hin | 85 ------------------------------
src/afs/LINUX24/osi_vfs.h | 86 +++++++++++++++++++++++++++++++
src/afs/LINUX24/osi_vfs.hin | 86 -------------------------------
src/cf/linux-test2.m4 | 14 -----
src/config/libafsdep | 1 -
src/config/make_vnode.pl | 119 -------------------------------------------
10 files changed, 171 insertions(+), 315 deletions(-)
--
OpenAFS Master Repository