Skip to content

Commit

Permalink
Btrfs Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 11, 2011
1 parent 097bc21 commit 2684de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common.snapshot
Expand Up @@ -83,11 +83,11 @@ _unmount()
case "$FSTYP" in

btrfs)
btrfs umount $TEST_DIR > /dev/null || exit 1
umount $TEST_DIR > /dev/null || exit 1
;;

*)
snapshot.$FSTYP umount $TEST_DIR > /dev/null || exit 1
snapshot.$FSTYP umount $TEST_DIR > /dev/null || exit 1
;;
esac
}
Expand Down

0 comments on commit 2684de1

Please sign in to comment.