OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4537-g6ca324e
Gerrit Code Review
gerrit@openafs.org
Wed, 7 Jan 2015 12:32:51 -0500
The following commit has been merged in the master branch:
commit 6ca324e565c34d9d04f3c553b7d0febe675ae538
Author: Marc Dionne <marc.dionne@your-file-system.com>
Date: Thu Dec 18 06:57:22 2014 -0500
Linux: Move code to reset the root to afs/LINUX
Move the Linux specific bit of code to reset the root to
afs/LINUX platform specific files. Things that play with
the Linux vfs internals should not be exposed here.
No functional change, but this helps cleanup some ifdef
mess.
Change-Id: Ia27fca3d8052ead45783cb2332c04fe6e99e5d9f
Reviewed-on: http://gerrit.openafs.org/11641
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Laß <lass@mail.uni-paderborn.de>
Reviewed-by: Daria Brashear <shadow@your-file-system.com>
src/afs/LINUX/osi_prototypes.h | 3 ++
src/afs/LINUX/osi_vcache.c | 61 ++++++++++++++++++++++++++++++++++
src/afs/LINUX24/osi_prototypes.h | 3 ++
src/afs/LINUX24/osi_vcache.c | 36 ++++++++++++++++++++
src/afs/afs_daemons.c | 67 +++-----------------------------------
5 files changed, 108 insertions(+), 62 deletions(-)
--
OpenAFS Master Repository