From owner-svn-src-all@FreeBSD.ORG Thu Apr 23 15:22:05 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96222373; Thu, 23 Apr 2015 15:22:05 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70CB91C49; Thu, 23 Apr 2015 15:22:05 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id EBCEEB93B; Thu, 23 Apr 2015 11:22:03 -0400 (EDT) From: John Baldwin To: Edward Tomasz Napierala Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r281888 - head/usr.bin/nfsstat Date: Thu, 23 Apr 2015 11:21:52 -0400 Message-ID: <10554184.33BWS7eSAa@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <201504231436.t3NEa2Vp001643@svn.freebsd.org> References: <201504231436.t3NEa2Vp001643@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 23 Apr 2015 11:22:04 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Apr 2015 15:22:05 -0000 On Thursday, April 23, 2015 02:36:02 PM Edward Tomasz Napierala wrote: > Author: trasz > Date: Thu Apr 23 14:36:01 2015 > New Revision: 281888 > URL: https://svnweb.freebsd.org/changeset/base/281888 > > Log: > Remove oldnfs support from nfsstat(1). > > Reviewed by: rmacklem@ (earlier version) > Sponsored by: The FreeBSD Foundation > > Modified: > head/usr.bin/nfsstat/nfsstat.1 > head/usr.bin/nfsstat/nfsstat.c It might be nice to rename the "new" datastructure names as well, so that ext_nfsstats would just be nfsstats. -- John Baldwin