From owner-cvs-all@FreeBSD.ORG Thu Jun 7 15:04:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DCDE16A46D; Thu, 7 Jun 2007 15:04:31 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id DBAEC13C480; Thu, 7 Jun 2007 15:04:30 +0000 (UTC) (envelope-from bmah@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l57F4U4Z050401; Thu, 7 Jun 2007 15:04:30 GMT (envelope-from bmah@repoman.freebsd.org) Received: (from bmah@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l57F4UOg050400; Thu, 7 Jun 2007 15:04:30 GMT (envelope-from bmah) Message-Id: <200706071504.l57F4UOg050400@repoman.freebsd.org> From: "Bruce A. Mah" Date: Thu, 7 Jun 2007 15:04:30 +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/pseudofs pseudofs_vnops.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: Thu, 07 Jun 2007 15:04:31 -0000 bmah 2007-06-07 15:04:30 UTC FreeBSD src repository Modified files: sys/fs/pseudofs pseudofs_vnops.c Log: Fix off-by-one error (introduced in r1.60) that had the effect of disallowing a read of exactly MAXPHYS bytes. Reviewed by: des, rdivacky MFC after: 1 week Sponsored by: nCircle Network Security Revision Changes Path 1.64 +1 -1 src/sys/fs/pseudofs/pseudofs_vnops.c