]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: fix ceph_get_caps() interruption
authorYan, Zheng <zyan@redhat.com>
Thu, 22 Dec 2016 08:05:43 +0000 (16:05 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 18 Jan 2017 16:58:45 +0000 (17:58 +0100)
commit70ae7e3356c5ce691d3d458d57a2e52f3abbf3e5
tree76681717ce0021c7e37f4554592671c2c4d3c585
parentb04106bd595baad714f2242e95fc3893cf047edb
ceph: fix ceph_get_caps() interruption

Commit fada406d0af6 ("ceph: fix scheduler warning due to nested
blocking") causes infinite loop when process is interrupted.  Fix it.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/caps.c