From 88592411ed0efb188a97872a69a5e417c21ffd3a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 10 Mar 2011 15:52:25 -0500 Subject: Revert "Call sync after nfs unmount, otherwise we'll hang when the kernel syncs later. (#637500)" This reverts commit decf19bb9dc7b70ad89f9154899e73df069f5e62. This is better handled by not doing a force/lazy umount the first time. (a9b0d6b5c655da96783851d5304c4d800d4e4553) --- rc.d/init.d/netfs | 1 - 1 file changed, 1 deletion(-) (limited to 'rc.d/init.d') diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 3713cf45..8d9854fb 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -116,7 +116,6 @@ case "$1" in $"Unmounting NFS filesystems: " \ $"Unmounting NFS filesystems (retry): " \ "-f -l" - sync fi if [ -n "$CIFSMTAB" ]; then for MNT in $CIFSMTAB; do -- cgit v1.2.1