aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2011-03-10 15:52:25 -0500
committerBill Nottingham <notting@redhat.com>2011-03-10 15:52:25 -0500
commit88592411ed0efb188a97872a69a5e417c21ffd3a (patch)
tree1a9eb621aad8be7915babcddaa30133a70578026
parentbec37b082a490e101799810fe210aa273ad26de3 (diff)
downloadinitscripts-88592411ed0efb188a97872a69a5e417c21ffd3a.tar
initscripts-88592411ed0efb188a97872a69a5e417c21ffd3a.tar.gz
initscripts-88592411ed0efb188a97872a69a5e417c21ffd3a.tar.bz2
initscripts-88592411ed0efb188a97872a69a5e417c21ffd3a.tar.xz
initscripts-88592411ed0efb188a97872a69a5e417c21ffd3a.zip
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)
-rwxr-xr-xrc.d/init.d/netfs1
1 files changed, 0 insertions, 1 deletions
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