]> git.baikalelectronics.ru Git - kernel.git/commit
dm: introduce merge_bvec_fn
authorMilan Broz <mbroz@redhat.com>
Mon, 21 Jul 2008 11:00:37 +0000 (12:00 +0100)
committerAlasdair G Kergon <agk@redhat.com>
Mon, 21 Jul 2008 11:00:37 +0000 (12:00 +0100)
commit45905f37cfeec27242904960084a93f574f01e1a
tree456671e791f8a61b40e0d622591b902ca1351ae7
parentd2819daffe31b473befe0cda077b987d22d675ff
dm: introduce merge_bvec_fn

Introduce a bvec merge function for device mapper devices
for dynamic size restrictions.

This code ensures the requested biovec lies within a single
target and then calls a target-specific function to check
against any constraints imposed by underlying devices.

Signed-off-by: Milan Broz <mbroz@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm.c
include/linux/device-mapper.h
include/linux/dm-ioctl.h