diff options
author | Mike Snitzer <snitzer@redhat.com> | 2016-01-31 13:28:26 -0500 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2016-02-22 22:34:37 -0500 |
commit | 30187e1d48a258e304af184c45c3140c8509d219 (patch) | |
tree | 58603a739f5a21aa04a1d840639989424eef3332 /include/linux/device-mapper.h | |
parent | eca7ee6dc01b21c669bce8c39d3d368509fb65e8 (diff) | |
download | linux-stable-30187e1d48a258e304af184c45c3140c8509d219.tar.gz linux-stable-30187e1d48a258e304af184c45c3140c8509d219.tar.bz2 linux-stable-30187e1d48a258e304af184c45c3140c8509d219.zip |
dm: rename target's per_bio_data_size to per_io_data_size
Request-based DM will also make use of per_bio_data_size.
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r-- | include/linux/device-mapper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h index 87d50ecbc9df..82ae3b5e2c45 100644 --- a/include/linux/device-mapper.h +++ b/include/linux/device-mapper.h @@ -238,10 +238,10 @@ struct dm_target { unsigned num_write_same_bios; /* - * The minimum number of extra bytes allocated in each bio for the - * target to use. dm_per_bio_data returns the data location. + * The minimum number of extra bytes allocated in each io for the + * target to use. */ - unsigned per_bio_data_size; + unsigned per_io_data_size; /* * If defined, this function is called to find out how many |