Skip to content

Commit

Permalink
block: remove obsolete config BLOCK_COMPAT
Browse files Browse the repository at this point in the history
Before commit bdc1dda ("compat_ioctl: block: move
blkdev_compat_ioctl() into ioctl.c"), the config BLOCK_COMPAT was used to
include compat_ioctl.c into the kernel build. With this commit, the code
is moved into ioctl.c and included with the config COMPAT. So, since then,
the config BLOCK_COMPAT has no effect and any further purpose.

Remove this obsolete config BLOCK_COMPAT.

Signed-off-by: Lukas Bulwahn <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Acked-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
bulwahn authored and axboe committed Mar 16, 2023
1 parent 890a2fb commit 8f0d196
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,6 @@ config BLK_INLINE_ENCRYPTION_FALLBACK

source "block/partitions/Kconfig"

config BLOCK_COMPAT
def_bool COMPAT

config BLK_MQ_PCI
def_bool PCI

Expand Down

0 comments on commit 8f0d196

Please sign in to comment.