]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix bug introduced with r302388, which could cause processes accessing
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Wed, 21 Sep 2016 05:44:13 +0000 (05:44 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Wed, 21 Sep 2016 05:44:13 +0000 (05:44 +0000)
commite313b4dd95484d08482e4cdbe76aa9a088ac06a1
treed3eb755ae9ae1539ee1917b0aee15d6d6b8bca4c
parent0f9f40918d79006720bb6ca81a951d959d6edef6
Fix bug introduced with r302388, which could cause processes accessing
automounted shares to hang with "vfs_busy" wchan.

(As a workaround one can run 'automount -u' from cron.)

Reviewed by: kib@
MFC after: 1 month
sys/kern/vfs_mount.c