Re: [libvirt] [PATCH 3/5] storage: drop 'Extent' from virStorageBackendWipeExtentLocal

2015-12-16 Thread John Ferlan
On 12/11/2015 11:36 AM, Ján Tomko wrote: > 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. > --- > src/storage/storage_backend.c | 32 +++- > 1 file changed, 15

[libvirt] [PATCH 3/5] storage: drop 'Extent' from virStorageBackendWipeExtentLocal

2015-12-13 Thread Ján Tomko
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. --- src/storage/storage_backend.c | 32 +++- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git