]> git.baikalelectronics.ru Git - kernel.git/commit
ceph: handle -EAGAIN returned by ceph_update_writeable_page()
authorYan, Zheng <zyan@redhat.com>
Tue, 10 May 2016 11:09:06 +0000 (19:09 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 25 May 2016 23:15:40 +0000 (01:15 +0200)
commit4eeb976a5bd6167435f9b6e19254eee53eb536d4
treeae28f322669bce6c48ca4469c0e7d97cc0516fb0
parent28eb23cc7ff12d7b3cf1a5a07f5908a9b84757e7
ceph: handle -EAGAIN returned by ceph_update_writeable_page()

when ceph_update_writeable_page() return -EAGAIN, caller should
lock the page and call ceph_update_writeable_page() again.

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