]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: drop 'Extent' from virStorageBackendWipeExtentLocal
authorJán Tomko <jtomko@redhat.com>
Fri, 11 Dec 2015 16:14:01 +0000 (17:14 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 17 Dec 2015 11:44:35 +0000 (12:44 +0100)
commitc3f7371c5ea82549f865fbdea9d39e2d726042dc
treeeb85a0ad216959c2c2ce0b8744d5f0f72160f340
parent4bccdf0ceba8a63cf36cb2fd7af4056a31f214e8
storage: drop 'Extent' from virStorageBackendWipeExtentLocal

The only caller always passes 0 for the extent start.
Drop the 'extent_start' parameter, as well as the mention of extents
from the function name.

Change off_t extent_length to unsigned long long wipe_len, as well as the
'remain' variable.
src/storage/storage_backend.c