mirror of
https://github.com/torvalds/linux.git
synced 2024-12-31 23:31:29 +00:00
compat.c: LOOP_CLR_FD is taken care of in loop.c itself...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
5cfafbf951
commit
e06aeb5716
@ -66,7 +66,6 @@
|
|||||||
#include <linux/gigaset_dev.h>
|
#include <linux/gigaset_dev.h>
|
||||||
|
|
||||||
#ifdef CONFIG_BLOCK
|
#ifdef CONFIG_BLOCK
|
||||||
#include <linux/loop.h>
|
|
||||||
#include <linux/cdrom.h>
|
#include <linux/cdrom.h>
|
||||||
#include <linux/fd.h>
|
#include <linux/fd.h>
|
||||||
#include <scsi/scsi.h>
|
#include <scsi/scsi.h>
|
||||||
@ -954,8 +953,6 @@ COMPATIBLE_IOCTL(MTIOCTOP)
|
|||||||
/* Socket level stuff */
|
/* Socket level stuff */
|
||||||
COMPATIBLE_IOCTL(FIOQSIZE)
|
COMPATIBLE_IOCTL(FIOQSIZE)
|
||||||
#ifdef CONFIG_BLOCK
|
#ifdef CONFIG_BLOCK
|
||||||
/* loop */
|
|
||||||
IGNORE_IOCTL(LOOP_CLR_FD)
|
|
||||||
/* md calls this on random blockdevs */
|
/* md calls this on random blockdevs */
|
||||||
IGNORE_IOCTL(RAID_VERSION)
|
IGNORE_IOCTL(RAID_VERSION)
|
||||||
/* qemu/qemu-img might call these two on plain files for probing */
|
/* qemu/qemu-img might call these two on plain files for probing */
|
||||||
|
Loading…
Reference in New Issue
Block a user