778869fa13
That happens because of an off-by-one mistake.
share_mount_one_cb() calls report_mount_progress(current=sm_done) after
having incremented sm_done by one. Then report_mount_progress()
increments the parameter again. It appears that that logic became
obsolete after commit
|
||
---|---|---|
.. | ||
.gitignore | ||
Makefile.am | ||
zfs_iter.c | ||
zfs_iter.h | ||
zfs_main.c | ||
zfs_project.c | ||
zfs_projectutil.h | ||
zfs_util.h |