Fix style checking error introduced by zfs-mount changes
Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #13347
This commit is contained in:
parent
026f126b83
commit
4d46272913
|
@ -63,7 +63,7 @@ do_depend()
|
||||||
# Mount all datasets/filesystems
|
# Mount all datasets/filesystems
|
||||||
do_mount()
|
do_mount()
|
||||||
{
|
{
|
||||||
local verbose overlay i mntpt
|
local verbose overlay
|
||||||
|
|
||||||
check_boolean "$VERBOSE_MOUNT" && verbose=v
|
check_boolean "$VERBOSE_MOUNT" && verbose=v
|
||||||
check_boolean "$DO_OVERLAY_MOUNTS" && overlay=O
|
check_boolean "$DO_OVERLAY_MOUNTS" && overlay=O
|
||||||
|
@ -77,8 +77,6 @@ do_mount()
|
||||||
# Unmount all filesystems
|
# Unmount all filesystems
|
||||||
do_unmount()
|
do_unmount()
|
||||||
{
|
{
|
||||||
local i var mntpt
|
|
||||||
|
|
||||||
# This shouldn't really be necessary, as long as one can get
|
# This shouldn't really be necessary, as long as one can get
|
||||||
# zfs-import to run sufficiently late in the shutdown/reboot process
|
# zfs-import to run sufficiently late in the shutdown/reboot process
|
||||||
# - after unmounting local filesystems. This is just here in case/if
|
# - after unmounting local filesystems. This is just here in case/if
|
||||||
|
|
Loading…
Reference in New Issue