Date: Mon, 7 Feb 2005 18:47:28 +0000 (UTC) From: John Baldwin <jhb@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: <200502071847.j17IlSIC032770@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-02-07 18:47:28 UTC FreeBSD src repository Modified files: sys/compat/linux linux_stats.c Log: - 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.65 +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?200502071847.j17IlSIC032770>