> > > > Alternately, if the problem is lack of reference counting on
> > > > FreeBSD's part, and you therefore can't do the job on the
> > > > open, since you can't track closes aws they happen, only the
> > > > last clse, there are a couple of approaches:
> > > 
> > > FreeBSD has had that capability for over a year now.
> > > 
> > > /*
> > >  * Flags for d_flags.
> > >  */
> > > #define   D_TRACKCLOSE    0x80000         /* track all closes */
> > 
> > Under what circumstances is it permissable to _not_ set this bit?
> 
> When you want the old behavior.

Under what circumstances is it permissable to want the old behaviour?


                                        Terry Lambert
                                        [EMAIL PROTECTED]
---
Any opinions in this posting are my own and not those of my present
or previous employers.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to