freebsd-nq/usr.bin/fstat
Suleiman Souhlal 7a13f01f6f Get the vnode from file.f_vnode instead of file.f_data.
Nowadays, f_data points to the vnode only if the underlying filesystem
doesn't use it for other purposes (devfs uses it to store the cdev,
for example).

Found by:	csjp
Reviewed by:	csjp
Approved by:	phk, wes, grehan (mentor)
MFC after:	1 week
2005-01-11 18:52:12 +00:00
..
cd9660.c 1) ANSIfy. 2004-06-29 21:28:09 +00:00
fstat.1 Introduce options list the standard way. 2004-07-26 19:53:44 +00:00
fstat.c Get the vnode from file.f_vnode instead of file.f_data. 2005-01-11 18:52:12 +00:00
fstat.h 1) ANSIfy. 2004-06-29 21:28:09 +00:00
Makefile Add -D_KVM_VNODE to indicate that despite being a userland program, 2004-10-21 12:09:45 +00:00
msdosfs.c 1) ANSIfy. 2004-06-29 21:28:09 +00:00