OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4043-gd0a13fe

Gerrit Code Review gerrit@openafs.org
Wed, 13 Nov 2013 07:55:53 -0800 (PST)


The following commit has been merged in the master branch:
commit d0a13fe678412464452afae9379d63fa48d41d83
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Thu Nov 7 15:37:25 2013 -0500

    Linux: Get rid of !STRUCT_KEY_UID_IS_KUID_T case
    
    On the few kernel versions before struct key.uid was converted to
    kuid_t (v3.7-rc1~147^2~76), it was not possible to enable both
    CONFIG_KEYS and CONFIG_UIDGID_STRICT_TYPE_CHECKS, so this case was
    impossible.  That’s good, because it also had a typo in its
    implementation (and was confusing to deal with correctly).
    
    Change-Id: I4ecd164ed3604558ed4419bf6f9d531bd5d1a9ff
    Signed-off-by: Anders Kaseorg <andersk@mit.edu>
    Reviewed-on: http://gerrit.openafs.org/10443
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 acinclude.m4               |    1 -
 src/afs/LINUX/osi_compat.h |    8 --------
 src/cf/linux-test4.m4      |   12 ------------
 3 files changed, 0 insertions(+), 21 deletions(-)

-- 
OpenAFS Master Repository