K 10 svn:author V 5 green K 8 svn:date V 27 1999-08-04T18:53:50.000000Z K 7 svn:log V 334 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 END