From owner-p4-projects@FreeBSD.ORG Fri Oct 30 21:50:52 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 998F01065670; Fri, 30 Oct 2009 21:50:52 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E284106568D for ; Fri, 30 Oct 2009 21:50:52 +0000 (UTC) (envelope-from truncs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF9B8FC1A for ; Fri, 30 Oct 2009 21:50:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9ULoqZ7044223 for ; Fri, 30 Oct 2009 21:50:52 GMT (envelope-from truncs@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9ULoqGo044221 for perforce@freebsd.org; Fri, 30 Oct 2009 21:50:52 GMT (envelope-from truncs@FreeBSD.org) Date: Fri, 30 Oct 2009 21:50:52 GMT Message-Id: <200910302150.n9ULoqGo044221@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to truncs@FreeBSD.org using -f From: Aditya Sarawgi To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 169976 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Oct 2009 21:50:52 -0000 http://p4web.freebsd.org/chv.cgi?CH=169976 Change 169976 by truncs@aditya on 2009/10/30 21:50:45 It actually uses ext2_bmaparray and not ufs_bmaparray. Affected files ... .. //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_bmap.c#4 edit Differences ... ==== //depot/projects/soc2009/soc_ext2fs/src/sys/fs/ext2fs/ext2_bmap.c#4 (text+ko) ==== @@ -92,7 +92,7 @@ * which they point. Triple indirect blocks are addressed by one less than * the address of the first double indirect block to which they point. * - * ufs_bmaparray does the bmap conversion, and if requested returns the + * ext2_bmaparray does the bmap conversion, and if requested returns the * array of logical blocks which must be traversed to get to a block. * Each entry contains the offset into that block that gets you to the * next block and the disk address of the block (if it is assigned).