OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_14-4-gdfcf0b3
Gerrit Code Review
gerrit@openafs.org
Mon, 31 Aug 2015 15:26:45 -0400
The following commit has been merged in the openafs-stable-1_6_x branch:
commit dfcf0b348886b4a97d2c8a8b90eae98ad9e25834
Author: Marc Dionne <marc.dionne@your-file-system.com>
Date: Mon Jul 6 12:00:10 2015 -0300
Linux: Add AC_CHECK_LINUX_OPERATION configure macro
Add a new macro to check the signature of a particular
operation against a provided typed argument list.
One of the arguments is an arbitrary label that is used
to construct the pre-processor define name. This will
allow for testing of different forms for the same
operation.
This can be used to replace many of the remaining odd
checks in src/cf/linux_test4.m4.
Reviewed-on: http://gerrit.openafs.org/11927
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
(cherry picked from commit c2c0b6bc86c6d67814d0f7fe14fa8eefc445b4a4)
Change-Id: Id929412d87bb9fc38b2b599abbe3fddca3cda4b1
Reviewed-on: http://gerrit.openafs.org/11950
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/cf/linux-test1.m4 | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository