summaryrefslogtreecommitdiff
path: root/net/ceph
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2021-05-04 17:08:30 +0300
committerIlya Dryomov <idryomov@gmail.com>2021-06-29 00:49:24 +0300
commit22d41cdcd3cfd467a4af074165357fcbea1c37f5 (patch)
treebec5bea733ab1961f8e397acd4fea021419e74d0 /net/ceph
parent62fb9874f5da54fdb243003b386128037319b219 (diff)
downloadlinux-22d41cdcd3cfd467a4af074165357fcbea1c37f5.tar.xz
ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
The checks for page->mapping are odd, as set_page_dirty is an address_space operation, and I don't see where it would be called on a non-pagecache page. The warning about the page lock also seems bogus. The comment over set_page_dirty() says that it can be called without the page lock in some rare cases. I don't think we want to warn if that's the case. Reported-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'net/ceph')
0 files changed, 0 insertions, 0 deletions