1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00
freebsd/lib/libufs
Juli Mallett 7a51271b68 Close the disk file descriptor that is RO before trying to open the
new one, and do not fall back to the RO fd.  There was a bug here
in that the RO fd was never closed, if the RDRW open succeeded, but
this code is bogus anyway, and it breaks newfs of floppies, at least
for me, due to "Device busy."  Anything that wants to fall back is
doing something significantly odd that it should have some more complex
code on its end.
2003-03-28 01:50:11 +00:00
..
block.c Clean up error reporting in block.c, so that it gives honest error strings 2003-02-19 00:32:48 +00:00
cgroup.c Store not only the current cylinder group in the series (i.e. next that needs 2003-01-19 05:46:23 +00:00
inode.c Nuke dumb error reporting code, people can just use disk::d_error. Unify the 2003-01-18 04:22:14 +00:00
libufs.h API for opening (and tracking) writable file descriptors per disk. 2003-01-29 23:19:46 +00:00
Makefile WARNS ?= 2, so idiocy like 1.12 of type.c doesn't have to happen again. 2003-01-30 00:11:01 +00:00
sblock.c Clean up error reporting in block.c, so that it gives honest error strings 2003-02-19 00:32:48 +00:00
type.c Close the disk file descriptor that is RO before trying to open the 2003-03-28 01:50:11 +00:00