Date: Fri, 27 Sep 2002 14:12:47 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom geom_io.c Message-ID: <200209272112.g8RLCl1U045616@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2002/09/27 14:12:47 PDT Modified files: sys/geom geom_io.c Log: Setattr should not retry on EBUSY, we could get EBUSY back because a disklabel modification tries to change an open device, and no counter-examples exists. Be less facist about when we can do Setattr, the openmodes of devices are so loosely managed that the "exclusive" count is almost useless. Sponsored by: DARPA & NAI Labs. Revision Changes Path 1.10 +15 -14 src/sys/geom/geom_io.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209272112.g8RLCl1U045616>