]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
md/raid5: use bio_list for the list of bios to return.
authorNeilBrown <neilb@suse.com>
Fri, 14 Aug 2015 02:07:57 +0000 (12:07 +1000)
committerNeilBrown <neilb@suse.com>
Mon, 31 Aug 2015 17:43:50 +0000 (19:43 +0200)
commit34a6f80e1639b124f24b5fadc1d45d69417cbace
tree4b14f687efb09d998312f9ff3805df1ba477e49b
parent95af587e95aacb9cfda4a9641069a5244a540dc8
md/raid5: use bio_list for the list of bios to return.

This will make it easier to splice two lists together which will
be needed in future patch.

Signed-off-by: NeilBrown <neilb@suse.com>
drivers/md/raid5.c
drivers/md/raid5.h