diff options
author | Brian Behlendorf <[email protected]> | 2011-02-18 09:31:25 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-02-18 09:31:25 -0800 |
commit | 5d0265c0dd54d798a35babe587ad5138392fe807 (patch) | |
tree | a1b69d12acfb76418c7fd3889b525dea0744a099 /scripts/zfs.sh | |
parent | 54a179e7b80413bd48cd2cd259110fb493d0215e (diff) | |
parent | 037849f854c511d86e3564ed7000e6c6472d6f70 (diff) |
Merge branch 'zpl'
Diffstat (limited to 'scripts/zfs.sh')
-rwxr-xr-x | scripts/zfs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/zfs.sh b/scripts/zfs.sh index 6060fbaa8..4a707fabf 100755 --- a/scripts/zfs.sh +++ b/scripts/zfs.sh @@ -65,6 +65,7 @@ if [ $(id -u) != 0 ]; then fi if [ ${UNLOAD} ]; then + umount -t zfs -a unload_modules else check_modules || die "${ERROR}" |