]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Remove the no-longer-used struct bio_set argument from clone_bio and split_bvec.
authorAlasdair G Kergon <agk@redhat.com>
Wed, 13 Feb 2013 22:42:37 +0000 (09:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 13 Feb 2013 22:42:37 +0000 (09:42 +1100)
commita39f8073486989201223ebdb4e59a55a7bfa86d2
treeed60d401abaee5ca9b566ef79b5affb409f980b1
parent3542f93b0daa54e09f8698e536a12299c58c3002
Remove the no-longer-used struct bio_set argument from clone_bio and split_bvec.
Use tio->ti in __map_bio() instead of passing in ti.
Factor out some code for setting up cloned bios.
Take target_request_nr as a parameter to alloc_tio().

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Cc: Joe Thornber <ejt@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm.c