Skip to content
  • Yan, Zheng's avatar
    ceph: sync read inline data · 83701246
    Yan, Zheng authored
    
    
    we can't use getattr to fetch inline data while holding Fr cap,
    because it can cause deadlock. If we need to sync read inline data,
    drop cap refs first, then use getattr to fetch inline data.
    
    Signed-off-by: default avatarYan, Zheng <zyan@redhat.com>
    83701246