commit | 83701246aee8f83b4b42483051b439fbe96ed47d | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Fri Nov 14 22:36:18 2014 +0800 |
committer | Ilya Dryomov <idryomov@redhat.com> | Wed Dec 17 20:09:52 2014 +0300 |
tree | 45e0392da027efe21b3af9606ed10043ed093d1d | |
parent | 3738daa68a5121ad7dd0318bca931e2a6afb0e8c [diff] |
ceph: sync read inline data 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: Yan, Zheng <zyan@redhat.com>