From owner-freebsd-stable@FreeBSD.ORG Mon May 4 21:05:02 2009 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BBDC1065670 for ; Mon, 4 May 2009 21:05:02 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 36FD58FC15 for ; Mon, 4 May 2009 21:05:02 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so2521051ywe.13 for ; Mon, 04 May 2009 14:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=eeMIxY6t17OPn9wGHwrYTMgX/bfTJ5V7fIwlWWasWEQ=; b=Xa5o9Qk4veXAIy87CDvY+I0HqY5Bq3kNKW0CFqUCuM1rbPu/xdjkIDNXTMWqb6nmXF dUaEfc/v+QcVd8SV3JzAC0DT3zAiP4aMdX2fZr4WepOAbKBlF03kRQ3hMxVjHTn5LuAF 6tmtBETZ5PBbQ8AZ0f2oXhpzqPFsdie91f6wY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=OtB+OIiV1BZFR/p3CnV9HEWIbjWGjyssh47+Z413eKJPxpeeBTM8S3dP5BZgNkeykV Ykj2HyOeTf5p31BhLUvSU01YMbJJVyFet3+QoqfuZJUULtL4n2+FMZchmco2Tq/ArupI AljTp5KxnGQHSQGa3v7Io8fA/9vJ0ceGMcDGo= MIME-Version: 1.0 Received: by 10.100.140.15 with SMTP id n15mr13913809and.83.1241471101448; Mon, 04 May 2009 14:05:01 -0700 (PDT) Date: Mon, 4 May 2009 17:04:59 -0400 Message-ID: <8cb6106e0905041404m57361accg1b61b44d9bc39199@mail.gmail.com> From: Josh Carroll To: stable Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: ext2fs inode size fix never MFC'd X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2009 21:05:02 -0000 I just noticed that the changes to the ext2 code to support inode sizes other than 128 was never MFC'd: http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c?r1=1.25.8.1;sortby=date#diff I submitted a patch to this PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=124621&cat= Which was partially adopted (or at least the same idea was used) and committed to HEAD back in January, but the MFC after 2 weeks to RELENG_7 never happened, unfortunately. I was hoping this would make it into 7.1, and I seem to have noticed this too late for 7.2-RELEASE but can someone get this merged into RELENG_7? Regards, Josh