From owner-cvs-all@FreeBSD.ORG Sat Apr 23 21:57:43 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F1216A4CF; Sat, 23 Apr 2005 21:57:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A38843D3F; Sat, 23 Apr 2005 21:57:43 +0000 (GMT) (envelope-from ps@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3NLvhhj009946; Sat, 23 Apr 2005 21:57:43 GMT (envelope-from ps@repoman.freebsd.org) Received: (from ps@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3NLvhO5009945; Sat, 23 Apr 2005 21:57:43 GMT (envelope-from ps) Message-Id: <200504232157.j3NLvhO5009945@repoman.freebsd.org> From: Paul Saab Date: Sat, 23 Apr 2005 21:57:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/compat/linux linux_stats.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Apr 2005 21:57:43 -0000 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