All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add comment for compat_ioctl to SR
@ 2005-01-18 11:09 Andi Kleen
  0 siblings, 0 replies; only message in thread
From: Andi Kleen @ 2005-01-18 11:09 UTC (permalink / raw)
  To: James.Bottomley, linux-scsi, axboe

Add comment that SR doesn't support compat_ioctl (because it doesn't
pass down any driver ioctls right now)

Signed-off-by: Andi Kleen <ak@muc.de>

diff -u linux-2.6.11-rc1-bk4/drivers/scsi/sr.c-o linux-2.6.11-rc1-bk4/drivers/scsi/sr.c
--- linux-2.6.11-rc1-bk4/drivers/scsi/sr.c-o	2005-01-14 10:12:20.000000000 +0100
+++ linux-2.6.11-rc1-bk4/drivers/scsi/sr.c	2005-01-18 04:54:59.000000000 +0100
@@ -516,6 +516,10 @@
 	.release	= sr_block_release,
 	.ioctl		= sr_block_ioctl,
 	.media_changed	= sr_block_media_changed,
+	/* 
+	 * No compat_ioctl for now because sr_block_ioctl never
+	 * seems to pass arbitary ioctls down to host drivers.
+	 */
 };
 
 static int sr_open(struct cdrom_device_info *cdi, int purpose)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-01-18 11:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-18 11:09 [PATCH] Add comment for compat_ioctl to SR Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.