Skip to content

Commit 68a5059

Browse files
congwanggregkh
authored andcommitted
block: remove the deprecated ub driver
It was scheduled to be removed in 3.6. Acked-by: Pete Zaitcev <zaitcev@redhat.com> Cc: Jens Axboe <jaxboe@fusionio.com> Cc: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 89bb957 commit 68a5059

File tree

4 files changed

+0
-2498
lines changed

4 files changed

+0
-2498
lines changed

Documentation/feature-removal-schedule.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -495,17 +495,6 @@ Who: Bjorn Helgaas <bhelgaas@google.com>
495495

496496
----------------------------
497497

498-
What: Low Performance USB Block driver ("CONFIG_BLK_DEV_UB")
499-
When: 3.6
500-
Why: This driver provides support for USB storage devices like "USB
501-
sticks". As of now, it is deactivated in Debian, Fedora and
502-
Ubuntu. All current users can switch over to usb-storage
503-
(CONFIG_USB_STORAGE) which only drawback is the additional SCSI
504-
stack.
505-
Who: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
506-
507-
----------------------------
508-
509498
What: get_robust_list syscall
510499
When: 2013
511500
Why: There appear to be no production users of the get_robust_list syscall,

drivers/block/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -353,18 +353,6 @@ config BLK_DEV_SX8
353353

354354
Use devices /dev/sx8/$N and /dev/sx8/$Np$M.
355355

356-
config BLK_DEV_UB
357-
tristate "Low Performance USB Block driver (deprecated)"
358-
depends on USB
359-
help
360-
This driver supports certain USB attached storage devices
361-
such as flash keys.
362-
363-
If you enable this driver, it is recommended to avoid conflicts
364-
with usb-storage by enabling USB_LIBUSUAL.
365-
366-
If unsure, say N.
367-
368356
config BLK_DEV_RAM
369357
tristate "RAM block device support"
370358
---help---

drivers/block/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ obj-$(CONFIG_VIRTIO_BLK) += virtio_blk.o
3333

3434
obj-$(CONFIG_VIODASD) += viodasd.o
3535
obj-$(CONFIG_BLK_DEV_SX8) += sx8.o
36-
obj-$(CONFIG_BLK_DEV_UB) += ub.o
3736
obj-$(CONFIG_BLK_DEV_HD) += hd.o
3837

3938
obj-$(CONFIG_XEN_BLKDEV_FRONTEND) += xen-blkfront.o

0 commit comments

Comments
 (0)