From owner-freebsd-current Wed Feb 11 11:37:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA01520 for current-outgoing; Wed, 11 Feb 1998 11:37:30 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lamb.sas.com (root@lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA01503 for ; Wed, 11 Feb 1998 11:37:23 -0800 (PST) (envelope-from jwd@unx.sas.com) Received: from mozart (markham.southpeak.com [192.58.185.8]) by lamb.sas.com (8.8.7/8.8.7) with SMTP id OAA15624 for ; Wed, 11 Feb 1998 14:37:09 -0500 (EST) Received: from iluvatar.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA23551; Wed, 11 Feb 1998 14:37:09 -0500 From: "John W. DeBoskey" Received: by iluvatar.unx.sas.com (5.65c/SAS/Generic 9.01/3-26-93) id AA20502; Wed, 11 Feb 1998 14:37:09 -0500 Message-Id: <199802111937.AA20502@iluvatar.unx.sas.com> Subject: Possible BUG in vfs_bio.c/brelse() line 643 To: freebsd-current@FreeBSD.ORG Date: Wed, 11 Feb 1998 14:37:08 -0500 (EST) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I believe the following is a bug in vfs_bio.c/brelse() version 1.147 and the following change should be committed. 643c643 < if (bp->b_flags && (B_INVAL | B_RELBUF)) --- > if (bp->b_flags & (B_INVAL | B_RELBUF)) I always did like those if (1) conditions. Comments? Critiques? thanks, John -- jwd@unx.sas.com (w) John W. De Boskey (919) 677-8000 x6915 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe current" in the body of the message