diff options
author | Bill Nottingham <notting@redhat.com> | 2011-03-10 15:52:25 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2011-03-10 15:52:25 -0500 |
commit | 88592411ed0efb188a97872a69a5e417c21ffd3a (patch) | |
tree | 1a9eb621aad8be7915babcddaa30133a70578026 /rc.d/init.d | |
parent | bec37b082a490e101799810fe210aa273ad26de3 (diff) | |
download | initscripts-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)
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/netfs | 1 |
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 |