]> bbs.cooldavid.org Git - net-next-2.6.git/commit
dm: factor out max_io_len_target_boundary
authorMike Snitzer <snitzer@redhat.com>
Thu, 12 Aug 2010 03:14:10 +0000 (04:14 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Thu, 12 Aug 2010 03:14:10 +0000 (04:14 +0100)
commit56a67df766039666f61fb15b079f713e44a735ae
treecfeeb4f0a151b440293da593c723e9982368a58f
parent06a426cee9b35505aeb7516a67bd26496ca7ed08
dm: factor out max_io_len_target_boundary

Split max_io_len_target_boundary out of max_io_len so that the discard
support can make use of it without duplicating max_io_len code.

Avoiding max_io_len's split_io logic enables DM's discard support to
submit the entire discard request to a target.  But discards must still
be split on target boundaries.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm.c
include/linux/device-mapper.h