commit | 4f7e89f6ace0f6cd2f20110efd2d405e26bcbf31 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Tue May 10 18:40:28 2016 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 01:15:39 2016 +0200 |
tree | 4750ff4879c8c2f66a6f2f2e45ce8a347ca68122 | |
parent | 3b33f692c84c28cc8178aaeeb9264d82b48787f1 [diff] |
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>