freebsd-dev/sys/dev/streams
Brian Feldman e32c66c539 Fix fd race conditions (during shared fd table usage.) Badfileops is
now used in f_ops in place of NULL, and modifications to the files
are more carefully ordered. f_ops should also be set to &badfileops
upon "close" of a file.

This does not fix other problems mentioned in this PR than the first
one.

PR:		11629
Reviewed by:	peter
1999-08-04 18:53:50 +00:00
..
streams.c Fix fd race conditions (during shared fd table usage.) Badfileops is 1999-08-04 18:53:50 +00:00