The following commit has been merged in the master branch:
commit 14195f0f48d52dd3a81c52c4a3bc2078857d0f86
Author: Marc Dionne <[email protected]>
Date:   Sat Apr 24 22:12:27 2010 -0400

    Linux: Remove unnecessary crhold on incomplete kernel credentials
    
    When credentials debugging is active in the kernel, sanity checks
    in various credentials functions such as get_cred or put_cred
    require that they are called with full fledged kernel credentials.
    This can be a problem with recent kernels in osi_Init where we
    build our own credentials and try to "crhold" them.
    Getting a reference doesn't make much sense anyway since we're
    using a statically allocated structure that we never try to free
    or modify.
    
    As a minimal fix, just don't call crhold when we're using
    the kernel credentials structure.
    
    Change-Id: If4f843ad33526c6a42f1cf67c57763593ffa50ac
    Reviewed-on: http://gerrit.openafs.org/1828
    Tested-by: Marc Dionne <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>

 src/afs/afs_osi.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to