OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-611-g80afdc2
Gerrit Code Review
gerrit@openafs.org
Fri, 29 May 2020 00:37:23 -0400
The following commit has been merged in the master branch:
commit 80afdc2adabb098394e1b2178ba301964868befe
Author: Andrew Deason <adeason@dson.org>
Date: Fri Dec 20 21:02:45 2019 -0600
vol: Avoid building devname.c on AFS_NAMEI_ENV
Everything in devname.c is for the inode vol backend, so skip building
it when AFS_NAMEI_ENV is defined.
While we're doing this, alter the #ifdefs inside this file to assume
that we're not on XBSD, DARWIN, or LINUX, since those platforms are
all namei-only.
Change-Id: I3a46568940e1a865a381c1ac7e98aea94df9f3ef
Reviewed-on: https://gerrit.openafs.org/13995
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/vol/devname.c | 46 ++++++++++++++--------------------------------
1 files changed, 14 insertions(+), 32 deletions(-)
--
OpenAFS Master Repository