commit | 995c4275a7e14b8752f301e4570831a108ae4303 | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Fri Dec 23 10:17:52 2011 +1100 |
committer | NeilBrown <neilb@suse.de> | Fri Dec 23 10:17:52 2011 +1100 |
tree | 2bee4c8daf14b6453371bb348b18d37d7e3cdb07 | |
parent | ede7ee8b4d007f308aa033be676b1a048f99e9db [diff] |
md/raid5: remove redundant bio initialisations. We current initialise some fields of a bio when preparing a stripe_head, and again just before submitting the request. Remove the duplication by only setting the fields that lower level devices don't touch in raid5_build_block, and only set the changeable fields in ops_run_io. Reviewed-by: Dan Williams <dan.j.williams@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>