From owner-cvs-all@FreeBSD.ORG Sat Feb 9 11:40:53 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A13D16A498; Sat, 9 Feb 2008 11:40:53 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ACC1F13C4DD; Sat, 9 Feb 2008 11:40:49 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m19Bendp006311; Sat, 9 Feb 2008 11:40:49 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m19BenAw006310; Sat, 9 Feb 2008 11:40:49 GMT (envelope-from rwatson) Message-Id: <200802091140.m19BenAw006310@repoman.freebsd.org> From: Robert Watson Date: Sat, 9 Feb 2008 11:40:49 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/fs/coda coda_vfsops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Feb 2008 11:40:53 -0000 rwatson 2008-02-09 11:40:49 UTC FreeBSD src repository Modified files: sys/fs/coda coda_vfsops.c Log: No reason not to maintain stats on statfs in Coda, as it's done for other VFS operations, so uncomment the existing statistics gathering. MFC after: 1 month Revision Changes Path 1.77 +3 -3 src/sys/fs/coda/coda_vfsops.c