From owner-svn-src-all@FreeBSD.ORG Wed Sep 1 05:34:17 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D67CF106566B; Wed, 1 Sep 2010 05:34:17 +0000 (UTC) (envelope-from lulf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C6A468FC14; Wed, 1 Sep 2010 05:34:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o815YHVc052631; Wed, 1 Sep 2010 05:34:17 GMT (envelope-from lulf@svn.freebsd.org) Received: (from lulf@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o815YHJV052629; Wed, 1 Sep 2010 05:34:17 GMT (envelope-from lulf@svn.freebsd.org) Message-Id: <201009010534.o815YHJV052629@svn.freebsd.org> From: Ulf Lilleengen Date: Wed, 1 Sep 2010 05:34:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r212079 - head/sys/fs/ext2fs X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2010 05:34:17 -0000 Author: lulf Date: Wed Sep 1 05:34:17 2010 New Revision: 212079 URL: http://svn.freebsd.org/changeset/base/212079 Log: - Remove duplicate comment. PR: kern/148820 Submitted by: pluknet Modified: head/sys/fs/ext2fs/ext2_alloc.c Modified: head/sys/fs/ext2fs/ext2_alloc.c ============================================================================== --- head/sys/fs/ext2fs/ext2_alloc.c Wed Sep 1 03:55:10 2010 (r212078) +++ head/sys/fs/ext2fs/ext2_alloc.c Wed Sep 1 05:34:17 2010 (r212079) @@ -75,20 +75,6 @@ static daddr_t ext2_mapsearch(struct m_ * inode for the file. * 2) quadradically rehash into other cylinder groups, until an * available block is located. - * - * A preference may be optionally specified. If a preference is given - * the following hierarchy is used to allocate a block: - * 1) allocate the requested block. - * 2) allocate a rotationally optimal block in the same cylinder. - * 3) allocate a block in the same cylinder group. - * 4) quadradically rehash into other cylinder groups, until an - * available block is located. - * If no block preference is given the following hierarchy is used - * to allocate a block: - * 1) allocate a block in the cylinder group that contains the - * inode for the file. - * 2) quadradically rehash into other cylinder groups, until an - * available block is located. */ int