From owner-p4-projects@FreeBSD.ORG Fri Aug 20 13:27:50 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8D7C410656AB; Fri, 20 Aug 2010 13:27:50 +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 4F9C710656A6; Fri, 20 Aug 2010 13:27:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2273D8FC1C; Fri, 20 Aug 2010 13:27:50 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id B4D4D46B8B; Fri, 20 Aug 2010 09:27:49 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 97D708A03C; Fri, 20 Aug 2010 09:27:47 -0400 (EDT) From: John Baldwin To: Zheng Liu Date: Fri, 20 Aug 2010 08:08:48 -0400 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20100217; KDE/4.4.5; amd64; ; ) References: <201008201119.o7KBJ3eG085751@skunkworks.freebsd.org> In-Reply-To: <201008201119.o7KBJ3eG085751@skunkworks.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201008200808.48089.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Fri, 20 Aug 2010 09:27:48 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Perforce Change Reviews Subject: Re: PERFORCE change 182649 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2010 13:27:50 -0000 On Friday, August 20, 2010 7:19:03 am Zheng Liu wrote: > http://p4web.freebsd.org/@@182649?ac=10 > > Change 182649 by lz@gnehzuil-freebsd on 2010/08/20 11:18:29 > > Remove reservation window codes to prepare for generating a patch. > > Affected files ... > > .. //depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs/ext2_alloc.c#3 edit > .. //depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs/ext2_balloc.c#3 edit > .. //depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs/ext2_inode.c#4 edit > .. //depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs/ext2_vfsops.c#10 edit > .. //depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs/ext2fs.h#7 edit > .. //depot/projects/soc2010/ext4fs/src/sys/fs/ext2fs/inode.h#6 edit I think you should leave these in as we would want the reservation code in the tree with the ext4 changes. If you want to generate a full diff of both the reservation code and ext4 changes for people to test, I can help you to generate that sort of patch. -- John Baldwin