]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create a fileops fo_stat() entry point. This will enable collection
authorPeter Wemm <peter@FreeBSD.org>
Mon, 8 Nov 1999 03:25:23 +0000 (03:25 +0000)
committerPeter Wemm <peter@FreeBSD.org>
Mon, 8 Nov 1999 03:25:23 +0000 (03:25 +0000)
commita2eec8ee15eeabb3c1d32dd9fe4571b1369246dd
tree3b51a77c5a36f6dc90bb28ffddadadb82ae8c6e7
parentdb8cd7ce1fbf3a6212e7ab181d2212b6ec7bf692
Create a fileops fo_stat() entry point.  This will enable collection
of a bunch of duplicated code that breaks (read: panic) when a new
file type is added and some switch/case entries are missed.
sys/sys/file.h