OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-109-gf1d389e
Gerrit Code Review
gerrit@openafs.org
Fri, 18 May 2018 21:54:42 -0400
The following commit has been merged in the master branch:
commit f1d389e80367c7ea532441f9aa27a6cc3e2853a7
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu May 10 16:23:48 2018 -0500
ubik: Make udisk_Log* functions static
Nothing uses the udisk_Log* functions outside of disk.c. Declare these
static to make sure they stay that way, to make it easier to change
their semantics.
Change-Id: I068684782b22af788ce892c995a6d80f2d9fb2e0
Reviewed-on: https://gerrit.openafs.org/13069
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/ubik/disk.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository