Re: [PATCH] remove error message on illegal ioctl

Jens Axboe (axboe@suse.de)
Mon, 16 Dec 2002 10:16:15 +0100


On Fri, Dec 13 2002, Robert Love wrote:
> This error message is uber annoying and needs to go. Non-root can flood
> the console with this junk on invalid SCSI CD-ROM ioctl(),
> and that is exactly what gnome-cd does.
>
> An illegal ioctl() returns an error to the program. That is
> sufficient - we do not need KERN_ERROR warnings all over the place.
> Especially when any user can cause them at any rate.
>
> This patch, against 2.5.51, removes the message. Linus, please
> apply.

Vetoed. That particular function is also used for generic command passed
down from the uniform cdrom layer, and it's indeed very handy to see
errors if they occur from there.

Your non-root user still has to be able to open the cdrom.

-- 
Jens Axboe

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/