OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_10-8-g9d653bd
Gerrit Code Review
gerrit@openafs.org
Mon, 24 Nov 2014 04:20:11 -0500
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 9d653bd966b47223eaaf6f8a5d983b6634bdf0d5
Author: Marc Dionne <marc.dionne@your-file-system.com>
Date: Thu Oct 23 11:27:55 2014 -0400
Linux 3.18: key_type no longer has a match op
Structure key_type no longer has a match op, and
overriding the default matching has to be done
differently.
Our current match op doesn't do anything special so there's
no need to try to override the defaults; just remove the
assignment of .match and the associated function.
Reviewed-on: http://gerrit.openafs.org/11563
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: D Brashear <shadow@your-file-system.com>
(cherry picked from commit b5de4a9f42bb83ae03f2f647b11a1200a502d013)
Change-Id: I7baca4a7f02eac45671e1e9ebf48534cdd5830be
Reviewed-on: http://gerrit.openafs.org/11570
Reviewed-by: Anders Kaseorg <andersk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
acinclude.m4 | 3 ++-
src/afs/LINUX/osi_groups.c | 4 ++++
2 files changed, 6 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository