freebsd-dev/sys/fs/unionfs
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
..
union_subr.c Add a f_vnode field to struct file. 2003-06-22 08:41:43 +00:00
union_vfsops.c Initialize struct vfsops C99-sparsely. 2003-06-12 20:48:38 +00:00
union_vnops.c Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations 2003-06-15 18:53:00 +00:00
union.h Factor out the process of freeing ``directory caches'', which unionfs 2003-06-14 23:27:29 +00:00