]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ceph: make writepage_nounlock() invalidate page that beyonds EOF
authorYan, Zheng <zyan@redhat.com>
Sat, 2 Sep 2017 02:50:48 +0000 (10:50 +0800)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 6 Sep 2017 17:56:56 +0000 (19:56 +0200)
commit05455e1177f76849e0a6450e8710dcb2c361f337
tree36e9f53c9a7715c3dafd72e2981933d45f42f0c3
parent1f934b00e907527cddb83984d0783cc4a029952a
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>
fs/ceph/addr.c