On Sun, Dec 02, 2007 at 05:53:30PM -0800, [EMAIL PROTECTED] wrote: > diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h > index 917fe86..e495d61 100644 > --- a/include/linux/blkdev.h > +++ b/include/linux/blkdev.h > @@ -295,7 +295,8 @@ struct request { > void *data; > void *sense; > > - unsigned long timeout; > + unsigned long deadline; > + unsigned int timeout; > struct list_head timeout_list; > int retries;
Can I suggest running 'pahole' over this when compiled on 64-bit? You've just introduced a 4-byte hole. -- Intel are signing my paycheques ... these opinions are still mine "Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step." - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html