]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/block/cciss.c
cciss: simplify scatter gather code
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Fri, 26 Feb 2010 22:01:27 +0000 (16:01 -0600)
committerJens Axboe <jens.axboe@oracle.com>
Sun, 28 Feb 2010 18:42:31 +0000 (19:42 +0100)
commitdccc9b563e455b91f7247b1ca6b0face40323538
treea800d412764ee22d9a54000cb844a04a1a006933
parent49fc5601ea3bf9625d699dc777f80f72e8126c0b
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>
drivers/block/cciss.c
drivers/block/cciss.h