aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-06-22 08:41:43 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-06-22 08:41:43 +0000
commit3b6d96526388c71176bb69ee0ee30fa3e4332626 (patch)
treec8262a3d430fc3cafab7fb6aec641ce293cd3361 /Makefile
parent93cdc37dbf51fed3530a523d5d03743c13dab5b5 (diff)
downloadsrc-3b6d96526388c71176bb69ee0ee30fa3e4332626.tar.gz
src-3b6d96526388c71176bb69ee0ee30fa3e4332626.zip
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.
Notes
Notes: svn path=/head/; revision=116678
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions