projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f4857
)
ceph: don't ClearPageChecked in ceph_invalidatepage()
author
Jeff Layton
<jlayton@kernel.org>
Tue, 4 Feb 2020 14:37:48 +0000
(09:37 -0500)
committer
Ilya Dryomov
<idryomov@gmail.com>
Mon, 30 Mar 2020 10:42:40 +0000
(12:42 +0200)
CephFS doesn't set this bit to begin with, so there should be no need
to clear it.
Reported-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/addr.c
patch
|
blob
|
history
diff --git
a/fs/ceph/addr.c
b/fs/ceph/addr.c
index 7ab6166011418b6deaedb35a927ee34af3d47a1a..6067847bc03b86ac8ffc3b1a29a33ebd67f30fa4 100644
(file)
--- a/
fs/ceph/addr.c
+++ b/
fs/ceph/addr.c
@@
-159,8
+159,6
@@
static void ceph_invalidatepage(struct page *page, unsigned int offset,
if (!PagePrivate(page))
return;
- ClearPageChecked(page);
-
dout("%p invalidatepage %p idx %lu full dirty page\n",
inode, page, page->index);