Home
last modified time | relevance | path

Searched hist:"6 cd3bcad" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dcaps.c6cd3bcad Tue Sep 16 18:45:12 CDT 2014 Yan, Zheng <zyan@redhat.com> ceph: move ceph_find_inode() outside the s_mutex

ceph_find_inode() may wait on freeing inode, using it inside the s_mutex
may cause deadlock. (the freeing inode is waiting for OSD read reply, but
dispatch thread is blocked by the s_mutex)

Signed-off-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
6cd3bcad Tue Sep 16 18:45:12 CDT 2014 Yan, Zheng <zyan@redhat.com> ceph: move ceph_find_inode() outside the s_mutex

ceph_find_inode() may wait on freeing inode, using it inside the s_mutex
may cause deadlock. (the freeing inode is waiting for OSD read reply, but
dispatch thread is blocked by the s_mutex)

Signed-off-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
H A Dmds_client.c6cd3bcad Tue Sep 16 18:45:12 CDT 2014 Yan, Zheng <zyan@redhat.com> ceph: move ceph_find_inode() outside the s_mutex

ceph_find_inode() may wait on freeing inode, using it inside the s_mutex
may cause deadlock. (the freeing inode is waiting for OSD read reply, but
dispatch thread is blocked by the s_mutex)

Signed-off-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
6cd3bcad Tue Sep 16 18:45:12 CDT 2014 Yan, Zheng <zyan@redhat.com> ceph: move ceph_find_inode() outside the s_mutex

ceph_find_inode() may wait on freeing inode, using it inside the s_mutex
may cause deadlock. (the freeing inode is waiting for OSD read reply, but
dispatch thread is blocked by the s_mutex)

Signed-off-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>