Re: Proposed struct file (was Re: vm balance)

2001-05-01 Thread Terry Lambert
Matt Dillon wrote: > > This is all preliminary. The question is whether we can > cover enough bases for this to be viable. > > Here is a proposed struct file. Make f_data opaque (or > more opaque), add f_object, extend fileops (see next > structure), Added f_vopflags to i

Re: Proposed struct file (was Re: vm balance)

2001-04-18 Thread Matt Dillon
(oops, I forgot to add fo_truncate() to the fileops) -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Proposed struct file (was Re: vm balance)

2001-04-18 Thread Matt Dillon
This is all preliminary. The question is whether we can cover enough bases for this to be viable. Here is a proposed struct file. Make f_data opaque (or more opaque), add f_object, extend fileops (see next structure), Added f_vopflags to indicate the presence of a vnode in