Searched hist:f31c21e4365c02ccf7226c33ea978cd5dbfc351e (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | device-mapper.h | diff f31c21e4365c02ccf7226c33ea978cd5dbfc351e Tue Nov 21 21:25:18 CST 2017 NeilBrown <neilb@suse.com> dm: remove unused 'num_write_bios' target interface
No DM target provides num_write_bios and none has since dm-cache's brief use in 2013.
Having the possibility of num_write_bios > 1 complicates bio allocation. So remove the interface and assume there is only one bio needed.
If a target ever needs more, it must provide a suitable bioset and allocate itself based on its particular needs.
Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|
/openbmc/linux/drivers/md/ |
H A D | dm.c | diff f31c21e4365c02ccf7226c33ea978cd5dbfc351e Tue Nov 21 21:25:18 CST 2017 NeilBrown <neilb@suse.com> dm: remove unused 'num_write_bios' target interface
No DM target provides num_write_bios and none has since dm-cache's brief use in 2013.
Having the possibility of num_write_bios > 1 complicates bio allocation. So remove the interface and assume there is only one bio needed.
If a target ever needs more, it must provide a suitable bioset and allocate itself based on its particular needs.
Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
|