• Yan, Zheng's avatar
    ceph: handle cap import atomically · 2cd698be
    Yan, Zheng authored
    cap import messages are processed by both handle_cap_import() and
    handle_cap_grant(). These two functions are not executed in the same
    atomic context, so they can races with cap release.
    
    The fix is make handle_cap_import() not release the i_ceph_lock when
    it returns. Let handle_cap_grant() release the lock after it finishes
    its job.
    Signed-off-by: default avatarYan, Zheng <zheng.z.yan@intel.com>
    2cd698be
caps.c 90.8 KB