From owner-cvs-all@FreeBSD.ORG Sat Jan 19 16:39:14 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 D4FAD16A421; Sat, 19 Jan 2008 16:39:14 +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 C153913C448; Sat, 19 Jan 2008 16:39:14 +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 m0JGdE0C053112; Sat, 19 Jan 2008 16:39:14 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0JGdEwx053111; Sat, 19 Jan 2008 16:39:14 GMT (envelope-from rwatson) Message-Id: <200801191639.m0JGdEwx053111@repoman.freebsd.org> From: Robert Watson Date: Sat, 19 Jan 2008 16:39:14 +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, 19 Jan 2008 16:39:14 -0000 rwatson 2008-01-19 16:39:14 UTC FreeBSD src repository Modified files: sys/fs/coda coda_vfsops.c Log: Rework coda_statfs(): no longer need to zero the statfs structure or fill out all fields, just fill out the ones the file system knows about. Among other things, this causes the outpuf of "mount" and "df" to make quite a bit more sense as /dev/cfs0 is specified as the mountfrom name. MFC after: 3 days Revision Changes Path 1.72 +1 -6 src/sys/fs/coda/coda_vfsops.c