Skip to content

Commit

Permalink
zfs: revert b601b48 "modules/zfs: minor clean up"
Browse files Browse the repository at this point in the history
  • Loading branch information
tokiclover committed Aug 31, 2014
1 parent 4c3e2b8 commit 1b3c538
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/zfs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ source $LIBDIR/functions || return $?
# @FUNCTION: dozfs
# @DESCRIPTION: import a zfs pool
# @USAGE: pool/volume [zpv1-map1:zpv2-map2] [extra zpool options]
function dozfs()
{
dozfs() {
echo $$ >/run/${0##*/}.pid
$ECK && for bin in zfs zpool; do
debug -d bck $bin
Expand Down

0 comments on commit 1b3c538

Please sign in to comment.