diff options
author | Alexander Pyhalov <apyhalov@gmail.com> | 2019-01-10 17:08:45 +0300 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-01-11 06:14:24 +0000 |
commit | 247b7da039fd88350c50e3d7fef15bdab6bef215 (patch) | |
tree | 0919d1c924bb81e9dceb723b697f2adc7c048057 /usr/src/cmd/zfs/zfs_main.c | |
parent | b928ac841f6012f92d5aedbd7dfacf443921fee3 (diff) | |
download | illumos-joyent-247b7da039fd88350c50e3d7fef15bdab6bef215.tar.gz |
10205 Mounting zfs filesystems on startup shows incorrect data
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/cmd/zfs/zfs_main.c')
-rw-r--r-- | usr/src/cmd/zfs/zfs_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/cmd/zfs/zfs_main.c b/usr/src/cmd/zfs/zfs_main.c index 95078f2aa8..ca11041cba 100644 --- a/usr/src/cmd/zfs/zfs_main.c +++ b/usr/src/cmd/zfs/zfs_main.c @@ -6064,9 +6064,6 @@ report_mount_progress(int current, int total) time_t now = time(NULL); char info[32]; - /* report 1..n instead of 0..n-1 */ - ++current; - /* display header if we're here for the first time */ if (current == 1) { set_progress_header(gettext("Mounting ZFS filesystems")); |