Date: Sat, 28 Feb 2009 11:16:57 +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: <200902281117.n1SBHBbQ069751@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2009-02-28 11:16:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/geom geom_vfs.c Log: SVN rev 189162 on 2009-02-28 11:16:57Z by trasz MFC r186188: 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.11.2.1 +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?200902281117.n1SBHBbQ069751>