Date: Sat, 23 Apr 2005 21:57:43 +0000 (UTC) From: Paul Saab <ps@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_stats.c Message-ID: <200504232157.j3NLvhO5009945@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504232157.j3NLvhO5009945>