cvs commit: src/usr.bin/fstat fstat.c
Suleiman Souhlal
ssouhlal at FreeBSD.org
Sun Jul 3 01:10:56 GMT 2005
ssouhlal 2005-01-25 14:45:23 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
usr.bin/fstat fstat.c
Log:
MFC 1.57:
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
Approved by: grehan (mentor)
Revision Changes Path
1.55.2.1 +2 -2 src/usr.bin/fstat/fstat.c
More information about the cvs-src
mailing list