From owner-p4-projects@FreeBSD.ORG Tue Aug 28 16:23:41 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 05F5B106566C; Tue, 28 Aug 2012 16:23:41 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC598106564A for ; Tue, 28 Aug 2012 16:23:40 +0000 (UTC) (envelope-from lz@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id A596B8FC16 for ; Tue, 28 Aug 2012 16:23:40 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id q7SGNepa075526 for ; Tue, 28 Aug 2012 16:23:40 GMT (envelope-from lz@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id q7SGNe2H075523 for perforce@freebsd.org; Tue, 28 Aug 2012 16:23:40 GMT (envelope-from lz@FreeBSD.org) Date: Tue, 28 Aug 2012 16:23:40 GMT Message-Id: <201208281623.q7SGNe2H075523@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to lz@FreeBSD.org using -f From: Zheng Liu To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 216629 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: Tue, 28 Aug 2012 16:23:41 -0000 http://p4web.freebsd.org/@@216629?ac=10 Change 216629 by lz@gnehzuil-desktop on 2012/08/28 16:23:39 Obsolete htree code should be removed because we will re-implement it accroding to NetBSD's implementation. It brings some bennifits for us. First, the code almost the same between these two OSs. Second, the hash function are in BSD-license, and they are consistent with our other files. Affected files ... .. //depot/projects/soc2010/extfs/src/sys/fs/ext2fs/ext2_hash.c#4 delete .. //depot/projects/soc2010/extfs/src/sys/fs/ext2fs/ext2_htree.c#3 delete .. //depot/projects/soc2010/extfs/src/sys/fs/ext2fs/hash.h#2 delete .. //depot/projects/soc2010/extfs/src/sys/fs/ext2fs/htree.h#4 delete Differences ...