> > > > 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
- Module parameters? (WildWire DSL card driver) Gary T. Corcoran
- Re: Module parameters? (WildWire DSL card driver) Terry Lambert
- Re: Module parameters? (WildWire DSL card drive... Alfred Perlstein
- Re: Module parameters? (WildWire DSL card d... Terry Lambert
- Re: Module parameters? (WildWire DSL ca... Alfred Perlstein
- Re: Module parameters? (WildWire D... Terry Lambert
- Re: Module parameters? (WildWi... Alfred Perlstein
- Re: Module parameters? (Wi... Terry Lambert
- Re: Module parameters? (Wi... Daniel O'Connor
- Re: Module parameters? (Wil... Peter Wemm
- Re: Module parameters? (Wil... Terry Lambert
- Re: Module parameters? (WildWire DSL card drive... Gary T. Corcoran
- Re: Module parameters? (WildWire DSL card drive... Gary T. Corcoran
- Re: Module parameters? (WildWire DSL card d... Terry Lambert

