OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4424-gb5de4a9

Gerrit Code Review gerrit@openafs.org
Fri, 31 Oct 2014 08:38:08 -0400


The following commit has been merged in the master branch:
commit b5de4a9f42bb83ae03f2f647b11a1200a502d013
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.
    
    Change-Id: I0ee195e47f40688d9a71ea62a0b87a4265363f05
    Reviewed-on: http://gerrit.openafs.org/11563
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: D Brashear <shadow@your-file-system.com>

 acinclude.m4               |    3 ++-
 src/afs/LINUX/osi_groups.c |    4 ++++
 2 files changed, 6 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository