OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_18a-2-gde8371a
Gerrit Code Review
gerrit@openafs.org
Thu, 8 Nov 2012 06:25:47 -0800 (PST)
The following commit has been merged in the openafs-devel-1_7_x branch:
commit 2204939202248660c19b35ae740281563c7a35e1
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Sep 24 13:03:34 2012 -0500
LINUX: Define printf/uprintf as variadic macros
Instead of defining the string 'printf' itself, make printf (and
uprintf) variadic macros. This avoids renaming printf to printk for
things like '__attribute__((format(printf,X,Y)))'.
Note that this is Linux-specific; compilers on other platforms may not
support variadic macros.
This avoids many warnings in the Linux kernel module build if we
include Linux headers after AFS headers.
Reviewed-on: http://gerrit.openafs.org/8150
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 179096d9b2c461f02236bbf670b46597ff2d4c3c)
Change-Id: Ie8254f2ad3cdd3f51fd3e0bfa9e249fc5ad56fbe
Reviewed-on: http://gerrit.openafs.org/8378
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/afs/LINUX/osi_machdep.h | 4 ++--
src/rx/rx_kernel.h | 6 +++++-
2 files changed, 7 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository