]> git.baikalelectronics.ru Git - kernel.git/commit
iomap: remove the length variable in iomap_seek_hole
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Jul 2021 16:58:04 +0000 (09:58 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Jul 2021 06:19:39 +0000 (08:19 +0200)
commitdc0fa778d064f519467d242a99c110c4adce4f21
tree0f7e142c5b017f12b8098128d35537b821bb032c
parent886d07113185ced2022c40285e433951be3e0159
iomap: remove the length variable in iomap_seek_hole

[ Upstream commit 49694d14ff68fa4b5f86019dbcfb44a8bd213e58 ]

The length variable is rather pointless given that it can be trivially
deduced from offset and size.  Also the initial calculation can lead
to KASAN warnings.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reported-by: Leizhen (ThunderTown) <thunder.leizhen@huawei.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/iomap/seek.c