Skip to content
  • Dmitry Kasatkin's avatar
    ima: allocating iint improvements · bf2276d1
    Dmitry Kasatkin authored
    
    
    With IMA-appraisal's removal of the iint mutex and taking the i_mutex
    instead, allocating the iint becomes a lot simplier, as we don't need
    to be concerned with two processes racing to allocate the iint. This
    patch cleans up and improves performance for allocating the iint.
    
    - removed redundant double i_mutex locking
    - combined iint allocation with tree search
    
    Changelog v2:
    - removed the rwlock/read_lock changes from this patch
    
    Signed-off-by: default avatarDmitry Kasatkin <dmitry.kasatkin@intel.com>
    Signed-off-by: default avatarMimi Zohar <zohar@us.ibm.com>
    bf2276d1