OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_11pre1-4-ga601373
Gerrit Code Review
gerrit@openafs.org
Fri, 23 Jan 2015 02:42:10 -0500
The following commit has been merged in the openafs-stable-1_6_x branch:
commit a6013738362f4d1487ca57282b2428e3ba962720
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.
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>
(cherry picked from commit 6ca324e565c34d9d04f3c553b7d0febe675ae538)
Change-Id: I82803669dd34d7abeb29040fbb38ec2f000f2601
Reviewed-on: http://gerrit.openafs.org/11658
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil>
Reviewed-by: Daria Brashear <shadow@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
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