From owner-cvs-all Sun Jan 7 13: 9:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F03337B69F; Sun, 7 Jan 2001 13:07:25 -0800 (PST) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f07L7Ps13036; Sun, 7 Jan 2001 13:07:25 -0800 (PST) (envelope-from rwatson) Message-Id: <200101072107.f07L7Ps13036@freefall.freebsd.org> From: Robert Watson Date: Sun, 7 Jan 2001 13:07:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ufs ufs_extattr.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG rwatson 2001/01/07 13:07:25 PST Modified files: sys/ufs/ufs ufs_extattr.c Log: o Remove unnecessary sanity check involving requested offset of extended attribute read--the offset is required to be 0 by an earlier check, meaning that it will always be within the scope of the attribute data. This change should have no impact on executed code paths other than removing the unnecessary check: please report if any new failures start to occur as a result. Obtained from: TrustedBSD Project Revision Changes Path 1.16 +1 -6 src/sys/ufs/ufs/ufs_extattr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message