]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ceph: block non-fatal signals for fault/page_mkwrite
authorYan, Zheng <zyan@redhat.com>
Tue, 10 May 2016 10:40:28 +0000 (18:40 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 25 May 2016 23:15:39 +0000 (01:15 +0200)
commit4f7e89f6ace0f6cd2f20110efd2d405e26bcbf31
tree4750ff4879c8c2f66a6f2f2e45ce8a347ca68122
parent3b33f692c84c28cc8178aaeeb9264d82b48787f1
ceph: block non-fatal signals for fault/page_mkwrite

Fault and page_mkwrite are supposed to be uninterruptable. But they
call ceph functions that are interruptible. So they should block
signals before calling functions that are interruptible

Signed-off-by: Yan, Zheng <zyan@redhat.com>
fs/ceph/addr.c