| commit | 244199cd9ae1d136cec985885e4c336145e74a26 | [log] [tgz] |
|---|---|---|
| author | Darrick J. Wong <djwong@kernel.org> | Mon Sep 25 14:59:10 2023 -0700 |
| committer | Carlos Maiolino <cem@kernel.org> | Thu Oct 05 14:57:19 2023 +0200 |
| tree | 139790561d9b3f643e9919f819da205baac7ce4f | |
| parent | 1e8897d53374026aa4fc76e7d70d73bac85fe668 [diff] |
libxfs: make platform_set_blocksize optional with directio If we're accessing the block device with directio (and hence bypassing the page cache), then don't fail on BLKBSZSET not working. We don't care what happens to the pagecache bufferheads. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Signed-off-by: Carlos Maiolino <cem@kernel.org>