Re: Remove tape block device support

2016-09-04 Thread Philip Guenther
On Sun, Sep 4, 2016 at 11:11 AM, Christian Weisgerber wrote: > This removes support for tape BLOCK devices from the kernel. > > (Since people were confused: Everything you typically do with tapes, > like dump/restore, tar, mt, etc. uses character devices and is not > affected by this. You would o

Remove tape block device support

2016-09-04 Thread Christian Weisgerber
This removes support for tape BLOCK devices from the kernel. (Since people were confused: Everything you typically do with tapes, like dump/restore, tar, mt, etc. uses character devices and is not affected by this. You would only use a block device to mount(8) a tape.) Anything I missed? OK?