From owner-cvs-sys Sun Mar 8 08:17:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA11051 for cvs-sys-outgoing; Sun, 8 Mar 1998 08:17:54 -0800 (PST) (envelope-from owner-cvs-sys) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA11043; Sun, 8 Mar 1998 08:17:37 -0800 (PST) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id JAA14764; Sun, 8 Mar 1998 09:17:34 -0700 (MST) Message-Id: <199803081617.JAA14764@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: John Dyson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/miscfs/specfs spec_vnops.c In-reply-to: Your message of "Sun, 08 Mar 1998 08:59:02 MST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 08 Mar 1998 09:14:25 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >>dyson 1998/03/08 00:46:23 PST >> >> Modified files: >> sys/miscfs/specfs spec_vnops.c >> Log: >> Initialize b_resid, and also print out better diagnostics on I/O >> errors. This will allow for better tracking of user error reports. > >What is b_resid initialized to? Never-mind. My CVSup completed, so I see that you initialized it to 0. -- Justin