[sheepdog] [PATCH] dog: fix to display progress bar for vdi_check correctly

2015-02-13 Thread Teruaki Ishizaki
To display progress bar for vdi_check, block_size_shift information is needed. This patch fixes to display progress bar correctly. Signed-off-by: Teruaki Ishizaki --- dog/vdi.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/dog/vdi.c b/dog/vdi.c index aa6c38d..f1ebd45 1

Re: [sheepdog] [PATCH] dog: fix to display progress bar for vdi_check correctly

2015-02-15 Thread Hitoshi Mitake
At Fri, 13 Feb 2015 19:19:50 +0900, Teruaki Ishizaki wrote: > > To display progress bar for vdi_check, block_size_shift > information is needed. > This patch fixes to display progress bar correctly. > > Signed-off-by: Teruaki Ishizaki > --- > dog/vdi.c |1 + > 1 files changed, 1 insertions(