diff options
author | Christoph Hellwig <hch@lst.de> | 2025-05-05 11:11:25 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2025-05-05 22:22:39 +0300 |
commit | eeadd68e2a5f6bfe0bf1038ec49e3a8d99eb5fe8 (patch) | |
tree | 4db0814241216dff26f4175195a6a5971cd1ef65 /arch/mips | |
parent | a9437f6a1d8d0b3787fe6ff03d9aab4d3fe9b940 (diff) | |
download | linux-eeadd68e2a5f6bfe0bf1038ec49e3a8d99eb5fe8.tar.xz |
block: remove bounce buffering support
The block layer bounce buffering support is unused now, remove it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20250505081138.3435992-7-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/configs/gcw0_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/configs/gcw0_defconfig b/arch/mips/configs/gcw0_defconfig index bc1ef66e3999..8b7ad877e07a 100644 --- a/arch/mips/configs/gcw0_defconfig +++ b/arch/mips/configs/gcw0_defconfig @@ -13,7 +13,6 @@ CONFIG_MIPS_CMDLINE_DTB_EXTEND=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set -# CONFIG_BOUNCE is not set CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y |