cvs commit: src/sys/compat/linux linux_stats.c
Paul Saab
ps at FreeBSD.org
Sat Apr 23 14:57:43 PDT 2005
ps 2005-04-23 21:57:43 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/compat/linux linux_stats.c
Log:
MFC: rev 1.65
- Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather than
duplicating the contents of the same functions inline.
- Consolidate common code to convert a BSD statfs struct to a Linux struct
into a static worker function.
Revision Changes Path
1.62.2.2 +39 -132 src/sys/compat/linux/linux_stats.c
More information about the cvs-src
mailing list