Date: Mon, 2 Mar 2009 20:51:39 +0000 (UTC) From: Alexander Kabaev <kan@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_subr.c Message-ID: <200903031728.n23HSZ84094313@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kan 2009-03-02 20:51:39 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: SVN rev 189287 on 2009-03-02 20:51:39Z by kan Change vfs_busy to wait until an outcome of pending unmount operation is known and to retry or fail accordingly to that outcome. This fixes the problem with namespace traversing programs failing with random ENOENT errors if someone just happened to try to unmount that same filesystem at the same time. Reported by: dhw Reviewed by: kib, attilio Sponsored by: Juniper Networks, Inc. Revision Changes Path 1.759 +13 -5 src/sys/kern/vfs_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903031728.n23HSZ84094313>