Searched hist:f1bd37a4 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/iomap/ |
H A D | direct-io.c | f1bd37a4 Mon Nov 14 12:35:32 CST 2022 Keith Busch <kbusch@kernel.org> iomap: directly use logical block size
Don't transform the logical block size to a bit shift only to shift it back to the original block size. Just use the size.
Cc: Christoph Hellwig <hch@lst.de> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de>
|