Re: [PATCH] fix verify_command to allow burning more than 1 DVD

2005-01-19 Thread Dominique Simon
Am Montag, 17. Januar 2005 21:34 schrieb Michal Schmidt: > The bug is in the kernel in the function verify_command. Your patch works fine. Nasty bug that was... Ciao - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majord

Re: [PATCH] fix verify_command to allow burning more than 1 DVD

2005-01-18 Thread Jens Axboe
On Wed, Jan 19 2005, Michal Schmidt wrote: > Peter Osterlund wrote: > >Michal Schmidt <[EMAIL PROTECTED]> writes: > >>--- linux-2.6.11-mm1/drivers/block/scsi_ioctl.c.orig2005-01-17 > >>20:42:40.0 +0100 > >>+++ linux-2.6.11-mm1/drivers/block/scsi_ioctl.c 2005-01-17 > >>20:43:14

Re: [PATCH] fix verify_command to allow burning more than 1 DVD

2005-01-18 Thread Michal Schmidt
Peter Osterlund wrote: Michal Schmidt <[EMAIL PROTECTED]> writes: --- linux-2.6.11-mm1/drivers/block/scsi_ioctl.c.orig2005-01-17 20:42:40.0 +0100 +++ linux-2.6.11-mm1/drivers/block/scsi_ioctl.c 2005-01-17 20:43:14.0 +0100 @@ -197,9 +197,7 @@ static int verify_command(struct fi

Re: [PATCH] fix verify_command to allow burning more than 1 DVD

2005-01-18 Thread Peter Osterlund
Michal Schmidt <[EMAIL PROTECTED]> writes: > I use K3B with growisofs to burn DVDs. After boot I can burn a DVD as > a normal user. But only the first one. When I want to burn another > one, K3B complains that it is unable to prevent media removal. Then > only root can burn DVDs. > The bug is in t

[PATCH] fix verify_command to allow burning more than 1 DVD

2005-01-17 Thread Michal Schmidt
Hello, I use K3B with growisofs to burn DVDs. After boot I can burn a DVD as a normal user. But only the first one. When I want to burn another one, K3B complains that it is unable to prevent media removal. Then only root can burn DVDs. The bug is in the kernel in the function verify_command. Wh