diff options
author | Mikulas Patocka <mpatocka@redhat.com> | 2019-04-29 15:57:23 +0300 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2019-05-07 23:05:10 +0300 |
commit | 88ad5d1eb147a73ad000c658dff0e5166819e6f2 (patch) | |
tree | 049c2c59dc7ebb63d72fa23d79f759edded7c444 /drivers/md/dm-integrity.c | |
parent | 893e3c395b2b7ea224c3d954bf9ba468745253f2 (diff) | |
download | linux-88ad5d1eb147a73ad000c658dff0e5166819e6f2.tar.xz |
dm integrity: update documentation
Update documentation with the "meta_device" parameter and flags.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md/dm-integrity.c')
-rw-r--r-- | drivers/md/dm-integrity.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/md/dm-integrity.c b/drivers/md/dm-integrity.c index 1ff02683f6ec..4c3bc16d3750 100644 --- a/drivers/md/dm-integrity.c +++ b/drivers/md/dm-integrity.c @@ -3081,10 +3081,12 @@ bad: * buffer_sectors * journal_watermark * commit_time + * meta_device + * block_size * internal_hash * journal_crypt * journal_mac - * block_size + * recalculate */ static int dm_integrity_ctr(struct dm_target *ti, unsigned argc, char **argv) { |