Loading drivers/md/md.c +2 −6 Original line number Diff line number Diff line Loading @@ -7613,12 +7613,8 @@ static int md_ioctl(struct block_device *bdev, blk_mode_t mode, * Commands dealing with the RAID driver but not any * particular array: */ switch (cmd) { case RAID_VERSION: err = get_version(argp); goto out; default:; } if (cmd == RAID_VERSION) return get_version(argp); /* * Commands creating/starting a new array: Loading Loading
drivers/md/md.c +2 −6 Original line number Diff line number Diff line Loading @@ -7613,12 +7613,8 @@ static int md_ioctl(struct block_device *bdev, blk_mode_t mode, * Commands dealing with the RAID driver but not any * particular array: */ switch (cmd) { case RAID_VERSION: err = get_version(argp); goto out; default:; } if (cmd == RAID_VERSION) return get_version(argp); /* * Commands creating/starting a new array: Loading