Skip to content

Commit 8f0d196

Browse files
bulwahnaxboe
authored andcommitted
block: remove obsolete config BLOCK_COMPAT
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 <lukas.bulwahn@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20230316111630.4897-1-lukas.bulwahn@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 890a2fb commit 8f0d196

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

block/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ config BLK_INLINE_ENCRYPTION_FALLBACK
204204

205205
source "block/partitions/Kconfig"
206206

207-
config BLOCK_COMPAT
208-
def_bool COMPAT
209-
210207
config BLK_MQ_PCI
211208
def_bool PCI
212209

0 commit comments

Comments
 (0)