commit | a78bbd4b29c29784f0addb5e3b35790c7ed178ae | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Fri May 13 11:30:24 2016 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu May 26 01:15:41 2016 +0200 |
tree | 7b4f44b5d056b9458140ed0517fa755e185107d7 | |
parent | 0e76abf21e769245b6eebb27b439ad014ac49292 [diff] |
ceph: make ceph_update_writeable_page() uninterruptible ceph_update_writeable_page() is used by ceph_write_begin(). It beaks atomicity of write operation if it's interruptible. Signed-off-by: Yan, Zheng <zyan@redhat.com>