commit | 05455e1177f76849e0a6450e8710dcb2c361f337 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Sat Sep 02 10:50:48 2017 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Sep 06 19:56:56 2017 +0200 |
tree | 36e9f53c9a7715c3dafd72e2981933d45f42f0c3 | |
parent | 1f934b00e907527cddb83984d0783cc4a029952a [diff] |
ceph: make writepage_nounlock() invalidate page that beyonds EOF Otherwise, the page left in state that page is associated with a snapc, but (PageDirty(page) || PageWriteback(page)) is false. Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>