diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-11 16:06:41 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-11 16:06:41 -0500 |
commit | 026857160b66b7ccbfeff20792b0d556dec82d89 (patch) | |
tree | bfeca416d50daf242684d8ccf3955ac78c4d666d | |
parent | 1751883942c99d06fdf30a4c09ae53fceaf0378c (diff) | |
download | squashfu-026857160b66b7ccbfeff20792b0d556dec82d89.tar.gz |
Removing sleep and manual link flush -- stall on unmount is upstream problem with 2.6.32 kernel
-rwxr-xr-x | squashfu | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,8 +66,8 @@ do_backup () { # Force flush of pseudo links on branches to ensure clean dismount # Our umount.aufs helper can do this for us, but it doesn't handle # rsync hangups very well. - sleep 5 - auplink "${BKUP_ROOT}/rw" flush + #sleep 5 + #auplink "${BKUP_ROOT}/rw" flush # Is there reason to resquash? [[ $(date +%u) -eq $RESQUASH_DAY || $RESQUASH_AFTER ]] && { |