The following commit has been merged in the master branch:
commit 64dd6dd018eb7413636ed6416bd244bb81893d9e
Author: Michael Meffie <[email protected]>
Date:   Tue Mar 11 12:40:33 2014 -0400

    libafs: reset global icl set pointers on shutdown
    
    Avoid panicking when an icl tracing function is called after
    shutdown_icl.
    
    There is a window during shutdown in which pioctls can be requested
    after the shutdown_icl is issued. Reset the global icl set pointers
    so tracing is disabled after the shutdown_icl, instead of using
    pointers to freed memory.
    
    Removed the unneeded afs_icl_FindSet calls and use the global
    pointers which were set during the initialization.
    
    Change-Id: I3310868a28850236a2870b8dab858ecb7a815c11
    Reviewed-on: http://gerrit.openafs.org/10884
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Marc Dionne <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: D Brashear <[email protected]>

 src/afs/afs_icl.c |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

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

Reply via email to