freebsd-dev/sys/compat
Poul-Henning Kamp 3b6d965263 Add a f_vnode field to struct file.
Several of the subtypes have an associated vnode which is used for
stuff like the f*() functions.

By giving the vnode a speparate field, a number of checks for the specific
subtype can be replaced simply with a check for f_vnode != NULL, and
we can later free f_data up to subtype specific use.

At this point in time, f_data still points to the vnode, so any code I
might have overlooked will still work.
2003-06-22 08:41:43 +00:00
..
freebsd32 Regenerate. 2003-05-31 06:51:04 +00:00
ia32 Deal with the user VM space expanding. 32 bit applications do not like 2003-05-23 05:07:33 +00:00
linprocfs Use __FBSDID(). 2003-06-10 21:29:12 +00:00
linux Add a f_vnode field to struct file. 2003-06-22 08:41:43 +00:00
netbsd Don't include <sys/buf.h> needlessly. 2003-04-01 09:02:58 +00:00
pecoff Use __FBSDID(). 2003-06-10 21:29:12 +00:00
svr4 Add a f_vnode field to struct file. 2003-06-22 08:41:43 +00:00