Date: Tue, 16 Dec 2008 17:04:52 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/geom geom_vfs.c Message-ID: <200812161705.mBGH562j098862@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2008-12-16 17:04:52 UTC FreeBSD src repository Modified files: sys/geom geom_vfs.c Log: SVN rev 186188 on 2008-12-16 17:04:52Z by trasz Implement g_vfs_orphan(). Without it, the filesystem never closes the device, which means refcount on periph drivers never drops, which means cam_sim_free() never returns, which results in umass sleeping there ad infinitum. Submitted by: pjd Reviewed by: scottl, pjd Approved by: rwatson (mentor) Sponsored by: FreeBSD Foundation Revision Changes Path 1.13 +25 -10 src/sys/geom/geom_vfs.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812161705.mBGH562j098862>