bcachefs: Delete dio read alignment check
authorKent Overstreet <kent.overstreet@linux.dev>
Wed, 20 Dec 2023 02:58:20 +0000 (21:58 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 1 Jan 2024 16:47:42 +0000 (11:47 -0500)
commit023f9ac9f70fbb1d94d27583fc06225355c73a67
tree1a50986fa2fa0d287383ffc83a1266cb4f3e05a0
parent033c9d7a2a348457239e69a2a9036d2e4029ee4d
bcachefs: Delete dio read alignment check

We'll typically fomat devices with the physical blocksize supported, but
the logical blocksize will be smaller.

There's no real need to be checking the blocksize at the filesystem
level, anyways - the block layer has to check this anyways.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-io-direct.c