[SCSI] sg: remove the own list management for struct sg_fd
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Mon, 16 Feb 2009 04:26:53 +0000 (13:26 +0900)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 12 Mar 2009 17:58:14 +0000 (12:58 -0500)
commit3442f802a8169a0c18d411d95f0e71b9205ed607
tree80ea3057877ed78be770e9e9edcc6b51b5830649
parentb2ed6c69aa3c1a3f496e2a72f770d53069371df3
[SCSI] sg: remove the own list management for struct sg_fd

This replaces the own list management for struct sg_fd with the
standard list_head structure.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Douglas Gilbert <dgilbert@interlog.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/sg.c