aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/netfs6
1 files changed, 1 insertions, 5 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs
index bdcc6845..263accff 100755
--- a/rc.d/init.d/netfs
+++ b/rc.d/init.d/netfs
@@ -66,11 +66,7 @@ case "$1" in
STRING=$"Checking network-attached filesystems"
echo $STRING
- (
- flock -ne 200 || exit 1
- fsck -A -T -M -a -t opts=_netdev
- exit $?
- ) 200>/var/lock/subsys/netfs-fsck.lock
+ fsck -A -T -M -a -t opts=_netdev
rc=$?
if [ "$rc" -eq "0" ]; then