dm io: clean interface
Clean up the dm-io interface to prepare for publishing it in include/linux. Signed-off-by: Heinz Mauelshagen <hjm@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:
committed by
Alasdair G Kergon
parent
e01fd7eeb0
commit
22a1ceb1e6
@@ -824,7 +824,7 @@ static void copy_callback(int read_err, unsigned long write_err, void *context)
|
||||
static void start_copy(struct dm_snap_pending_exception *pe)
|
||||
{
|
||||
struct dm_snapshot *s = pe->snap;
|
||||
struct io_region src, dest;
|
||||
struct dm_io_region src, dest;
|
||||
struct block_device *bdev = s->origin->bdev;
|
||||
sector_t dev_size;
|
||||
|
||||
|
Reference in New Issue
Block a user