From owner-cvs-sys Sun Mar 8 08:02:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA09913 for cvs-sys-outgoing; Sun, 8 Mar 1998 08:02:26 -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 IAA09908; Sun, 8 Mar 1998 08:02:19 -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 JAA14265; Sun, 8 Mar 1998 09:02:11 -0700 (MST) Message-Id: <199803081602.JAA14265@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: John Dyson cc: 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 00:46:24 PST." <199803080846.AAA28620@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 08 Mar 1998 08:59:02 -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? CAM only touches b_resid when an error occurs or there is a residual, so I'm hoping it's initialized to 0. I think that other portions of the tree also expect it to be zero. -- Justin