Anton Blanchard
acd054a5ef
Initialise scatter/gather list in ata_sg_setup
...
After turning on DEBUG_SG I hit a fail:
kernel BUG at include/linux/scatterlist.h:50!
ata_qc_issue
ata_scsi_translate
ipr_queuecommand
scsi_dispatch_cmd
scsi_request_fn
elv_insert
blk_execute_rq_nowait
blk_execute_rq
sg_io
scsi_cmd_ioctl
cdrom_ioctl
sr_block_ioctl
blkdev_driver_ioctl
blkdev_ioctl
block_ioctl
do_ioctl
vfs_ioctl
sys_ioctl
sg_ioctl_trans
It looks like ata_sg_setup is working on an uninitialised sg table. Call
sg_init_table to initialise it before use.
Signed-off-by: Anton Blanchard <anton@samba.org >
Note: this patch will fix it, but you could also get away with just
doing the sg_init_table() once at qc creation time.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com >
2007-10-29 09:18:03 +01:00
..
2007-10-25 02:06:59 -04:00
2007-10-12 14:55:36 -04:00
2007-10-23 20:59:42 -04:00
2007-10-17 20:49:02 -04:00
2007-10-23 20:59:42 -04:00
2007-10-29 09:18:03 +01:00
2007-10-25 02:02:02 -04:00
2007-10-12 14:55:47 -04:00
2007-10-23 20:59:42 -04:00
2007-10-23 20:59:42 -04:00
2007-10-12 14:55:47 -04:00
2007-10-17 20:49:02 -04:00
2007-10-17 20:48:30 -04:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:37 -04:00
2007-10-12 14:55:42 -04:00
2007-10-17 20:49:02 -04:00
2007-10-20 01:02:48 +02:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:47 -04:00
2007-10-19 23:10:43 +02:00
2007-10-19 23:10:43 +02:00
2007-10-19 22:55:03 -04:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:37 -04:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:36 -04:00
2007-10-25 02:05:26 -04:00
2007-10-12 14:55:37 -04:00
2007-10-19 23:10:43 +02:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:37 -04:00
2007-10-12 14:55:46 -04:00
2007-10-12 14:55:37 -04:00
2007-10-12 14:55:36 -04:00
2007-10-14 08:57:30 -07:00
2007-10-19 23:10:43 +02:00
2007-10-12 14:55:36 -04:00
2007-10-19 23:10:43 +02:00
2007-10-23 20:59:42 -04:00
2007-10-19 23:10:43 +02:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:36 -04:00
2007-10-15 15:51:42 -04:00
2007-10-12 14:55:42 -04:00
2007-10-12 14:55:38 -04:00
2007-10-12 14:55:37 -04:00
2007-10-12 14:55:37 -04:00
2007-10-19 23:10:43 +02:00
2007-10-12 14:55:36 -04:00
2007-10-19 23:10:43 +02:00
2007-10-12 14:55:42 -04:00
2007-10-12 14:55:36 -04:00
2007-10-19 23:10:43 +02:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:36 -04:00
2007-10-12 14:55:36 -04:00
2007-10-19 23:10:43 +02:00
2007-10-12 14:55:37 -04:00
2007-10-18 16:21:18 -04:00
2007-10-17 20:49:02 -04:00
2007-10-12 14:55:37 -04:00
2007-10-23 20:59:42 -04:00
2007-10-25 02:14:17 -04:00
2007-10-12 14:55:37 -04:00
2007-10-12 14:55:37 -04:00
2007-10-18 16:21:18 -04:00
2007-10-12 14:55:37 -04:00
2007-10-19 22:56:44 -04:00
2007-10-12 14:55:37 -04:00
2007-10-23 20:59:42 -04:00
2007-10-12 14:55:37 -04:00
2007-10-14 12:41:52 -07:00
2007-10-12 14:55:37 -04:00
2007-07-02 10:17:42 -04:00