commit | 9883186ea47ec29d581df6de2dc0a16645888e5d | [log] [tgz] |
---|---|---|
author | Luis Chamberlain <mcgrof@kernel.org> | Fri Jun 09 03:43:06 2023 -0700 |
committer | Luis Chamberlain <mcgrof@kernel.org> | Fri Jun 09 04:26:46 2023 -0700 |
tree | c8ff875c22cb703dca59e96519f1d29406bf15cf | |
parent | ad97746e019969f4d03cac72eedad9d9dcf94e46 [diff] |
nvme: enable LBS support Now that the block device cache allows LBS, and we have buffered-io support, and we support both buffer-heads and iomap aops on the block device cache through the inode dynamically, enable support for LBA formats > PAGE_SIZE. Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>