iomap: remove the length variable in iomap_seek_data
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:16:12 +0000 (08:16 +0200)
commit8659186e72d0770720d052d39e4bee4a47366fd3
treeabe47b009b2e29dad08913c603d3c7f829b1cf99
parent65039407489c3baddbd883acc243867c2c28f9c3
iomap: remove the length variable in iomap_seek_data

[ Upstream commit 3ac1d426510f97ace05093ae9f2f710d9cbe6215 ]

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