summaryrefslogtreecommitdiff
path: root/drivers/power
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2021-05-04 17:08:30 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-20 17:21:13 +0300
commit58f8bcffc34efb32624e9ed72556d757d4e23bec (patch)
tree80e23c26c9e34985b22aa6c2afc77622ae6a0e66 /drivers/power
parent2307ca3deb133dc10ff5fa4e4abda7b87eebbb2a (diff)
downloadlinux-58f8bcffc34efb32624e9ed72556d757d4e23bec.tar.xz
ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty
[ Upstream commit 22d41cdcd3cfd467a4af074165357fcbea1c37f5 ] 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> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'drivers/power')
0 files changed, 0 insertions, 0 deletions