]> git.baikalelectronics.ru Git - kernel.git/commit
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)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 15 Jul 2021 16:58:04 +0000 (09:58 -0700)
commit4370aa2ec951ebc54ab13d28b21b58402bb546f3
treeccccfd8dc1b72936228f14b7d7e5939dffb82e20
parentb1b49cbcf8bd66059ed6f80c573a7ff83991d8ef
iomap: remove the length variable in iomap_seek_data

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>
fs/iomap/seek.c