Re: [PATCH] Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.
- From: Tim Wright <timw@xxxxxxxxx>
- Date: Wed, 30 Jul 2008 08:43:35 -0700
James Bottomley wrote:
On Sun, 2008-07-27 at 17:50 -0700, Tim Wright wrote:Ugh, mea culpa! Thanks James. I haven't submitted anything in a while, and was using Thunderbird. I will
@@ -629,7 +629,7 @@ int scsi_cmd_ioctl(struct file *file, st
hdr.sbp = cgc.sense;
if (hdr.sbp)
hdr.mx_sb_len = sizeof(struct request_sense);
- hdr.timeout = cgc.timeout;
+ hdr.timeout = jiffies_to_msecs(cgc.timeout);
hdr.cmdp = ((struct cdrom_generic_command __user*) arg)->cmd;
hdr.cmd_len = sizeof(cgc.cmd);
I'm afraid this patch is completely whitespace damaged: the tabs have
all become spaces and the mailer has broken some of the lines.
Since it's a one liner, I can make the fix directly, but if you look at
Documentation/SubmittingPatches
It has some good advice about how to fix your email tool to prevent this
from happening in future.
James
go off and figure out how to make it leave the contents alone, or I'll use a less "clever" client in future.
Many thanks for the response and the gentle coaching :-)
Regards,
Tim
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- References:
- [PATCH] Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.
- From: Tim Wright
- Re: [PATCH] Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.
- From: James Bottomley
- [PATCH] Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.
- Prev by Date: Re: [patch 2/4] Configure out file locking features
- Next by Date: Re: [patch 00/31] pci_ids.h, kernel 2.6.27-rc1, sort DEVICE_IDs within VENDOR_IDs
- Previous by thread: Re: [PATCH] Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.
- Next by thread: Re: [PATCH] Fix miscalculation of sg_io timeout in CDROM_SEND_PACKET handler.
- Index(es):
Relevant Pages
|