]> www.infradead.org Git - users/hch/misc.git/commit
dm-verity: remove the unused "data_start" variable
authorMikulas Patocka <mpatocka@redhat.com>
Mon, 18 Nov 2024 15:15:20 +0000 (16:15 +0100)
committerMikulas Patocka <mpatocka@redhat.com>
Wed, 20 Nov 2024 10:44:44 +0000 (11:44 +0100)
commita573e404cbf269d46b3a96b18f7316aa57161fdf
tree71e43682bd825527040378ba6fd40077125c48bd
parent61a57254a942705ca0a13d71a0b8387b299a65da
dm-verity: remove the unused "data_start" variable

Remove the unused "data_start" variable. It is always set to zero and the
user can't override it. If the user needs to use some existing offset
within a block device, it is possible to use the linear target.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
drivers/md/dm-verity-target.c
drivers/md/dm-verity.h