]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
PM: hibernate: remove the bogus call to get_gendisk() in software_resume()
authorChristoph Hellwig <hch@lst.de>
Fri, 25 Sep 2020 16:14:47 +0000 (18:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 30 Oct 2020 09:38:28 +0000 (10:38 +0100)
commite8db1c3496ae7031dc2048e927226399970a5fdb
tree19bff7296161ee7b6112d5d20920b320a784c61f
parent20ae51a36840a4d43614157218d5144788661853
PM: hibernate: remove the bogus call to get_gendisk() in software_resume()

[ Upstream commit 428805c0c5e76ef643b1fbc893edfb636b3d8aef ]

get_gendisk grabs a reference on the disk and file operation, so this
code will leak both of them while having absolutely no use for the
gendisk itself.

This effectively reverts commit 2df83fa4bce421f ("PM / Hibernate: Use
get_gendisk to verify partition if resume_file is integer format")

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
kernel/power/hibernate.c