diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-12 19:01:06 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-19 18:10:51 +0300 |
commit | 100815522c672a27c71bd2267b1cd41cd131e30c (patch) | |
tree | dc35415a215c46802e4bca984a81c2d8ae3edcea /drivers/block/Kconfig | |
parent | 8330cdb0fe55c9a9a8e440e56c19233229e0e259 (diff) | |
download | linux-100815522c672a27c71bd2267b1cd41cd131e30c.tar.xz |
block: remove the osdblk driver
This was just a proof of concept user for the SCSI OSD library, and
never had any real users.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Boaz Harrosh <ooo@electrozaur.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index ebe8c1a6195e..f3c2884e05fe 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -312,22 +312,6 @@ config BLK_DEV_SKD Use device /dev/skd$N amd /dev/skd$Np$M. -config BLK_DEV_OSD - tristate "OSD object-as-blkdev support" - depends on SCSI_OSD_ULD - ---help--- - Saying Y or M here will allow the exporting of a single SCSI - OSD (object-based storage) object as a Linux block device. - - For example, if you create a 2G object on an OSD device, - you can then use this module to present that 2G object as - a Linux block device. - - To compile this driver as a module, choose M here: the - module will be called osdblk. - - If unsure, say N. - config BLK_DEV_SX8 tristate "Promise SATA SX8 support" depends on PCI |