From 4d462729132be6b9a3c30af288fa1e85361c0f4a Mon Sep 17 00:00:00 2001 From: Paul Dagnelie Date: Tue, 19 Apr 2022 13:55:04 -0700 Subject: [PATCH] Fix style checking error introduced by zfs-mount changes Reviewed-by: Matthew Ahrens Reviewed-by: Brian Behlendorf Reviewed-by: Tony Nguyen Signed-off-by: Paul Dagnelie Closes #13347 --- etc/init.d/zfs-mount.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/init.d/zfs-mount.in b/etc/init.d/zfs-mount.in index fd2678c1a2..df28c6c951 100755 --- a/etc/init.d/zfs-mount.in +++ b/etc/init.d/zfs-mount.in @@ -63,7 +63,7 @@ do_depend() # Mount all datasets/filesystems do_mount() { - local verbose overlay i mntpt + local verbose overlay check_boolean "$VERBOSE_MOUNT" && verbose=v check_boolean "$DO_OVERLAY_MOUNTS" && overlay=O @@ -77,8 +77,6 @@ do_mount() # Unmount all filesystems do_unmount() { - local i var mntpt - # This shouldn't really be necessary, as long as one can get # zfs-import to run sufficiently late in the shutdown/reboot process # - after unmounting local filesystems. This is just here in case/if