commit | dccc9b563e455b91f7247b1ca6b0face40323538 | [log] [tgz] |
---|---|---|
author | Stephen M. Cameron <scameron@beardog.cce.hp.com> | Fri Feb 26 16:01:27 2010 -0600 |
committer | Jens Axboe <jens.axboe@oracle.com> | Sun Feb 28 19:42:31 2010 +0100 |
tree | a800d412764ee22d9a54000cb844a04a1a006933 | |
parent | 49fc5601ea3bf9625d699dc777f80f72e8126c0b [diff] |
cciss: simplify scatter gather code cciss: simplify scatter gather code. Instead of allocating an array of pointers to a structure containing an SGDescriptor structure, and two other elements that aren't really used, just allocate SGDescriptor structs. Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>