From owner-cvs-all@FreeBSD.ORG Sat Feb 16 16:21:17 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8BF0516A420; Sat, 16 Feb 2008 16:21:17 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 62D8A13C467; Sat, 16 Feb 2008 16:21:17 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1GGLH21002265; Sat, 16 Feb 2008 16:21:17 GMT (envelope-from markus@repoman.freebsd.org) Received: (from markus@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1GGLHgS002264; Sat, 16 Feb 2008 16:21:17 GMT (envelope-from markus) Message-Id: <200802161621.m1GGLHgS002264@repoman.freebsd.org> From: Markus Brueffer Date: Sat, 16 Feb 2008 16:21:17 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/fs/udf udf_vfsops.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: Sat, 16 Feb 2008 16:21:17 -0000 markus 2008-02-16 16:21:17 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/fs/udf udf_vfsops.c Log: MFC rev. 1.50: Fix calculation of descriptor tag checksums. According to ECMA-167, Part 4, 7.2.3, bytes 0-3 and 5-15 are used to calculate the checksum of a descriptor tag. Approved by: emax (mentor) Revision Changes Path 1.48.2.2 +1 -1 src/sys/fs/udf/udf_vfsops.c