Date: Mon, 23 Feb 2009 21:09:28 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sys/ufs/ffs ffs_vfsops.c Message-ID: <200902232110.n1NLA8Bm024331@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
trasz 2009-02-23 21:09:28 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_vfsops.c sys/ufs/ffs ffs_vfsops.c Log: SVN rev 188956 on 2009-02-23 21:09:28Z by trasz Right now, when trying to unmount a device that's already gone, msdosfs_unmount() and ffs_unmount() exit early after getting ENXIO. However, dounmount() treats ENXIO as a success and proceeds with unmounting. In effect, the filesystem gets unmounted without closing GEOM provider etc. Reviewed by: kib Approved by: rwatson (mentor) Tested by: dho Sponsored by: FreeBSD Foundation Revision Changes Path 1.191 +3 -3 src/sys/fs/msdosfs/msdosfs_vfsops.c 1.359 +2 -2 src/sys/ufs/ffs/ffs_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902232110.n1NLA8Bm024331>