From: Theodore Ts'o Subject: Re: [PATCH] ext4: fixup 64-bit divides in linux-3.0 stable backport of upstream fix Date: Fri, 5 Apr 2013 19:50:18 -0400 Message-ID: <20130405235018.GC6597@thunk.org> References: <1365202463-25872-1-git-send-email-toddpoynor@google.com> <20130405230107.GA8412@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Greg KH , stable@vger.kernel.org, Lingzhu Xiang , linux-ext4@vger.kernel.org To: Todd Poynor Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:59702 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1163063Ab3DEXuY (ORCPT ); Fri, 5 Apr 2013 19:50:24 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: Greg, The reason why Todd's patch is needed in 3.0 is because the code in question was nuked as of 3.2 by commit 4113c4caa4f355: commit 4113c4caa4f355b8ff8b7ff0510c29c9d00d30b3 Author: Lukas Czerner Date: Sat Oct 8 14:34:47 2011 -0400 ext4: remove deprecated oldalloc For a long time now orlov is the default block allocator in the ext4. It performs better than the old one and no one seems to claim otherwise so we can safely drop it and make oldalloc and orlov mount option deprecated. This is a part of the effort to reduce number of ext4 options hence the test matrix. Signed-off-by: Lukas Czerner Signed-off-by: "Theodore Ts'o" So the 64-bit divides aren't in the upstream kernel because the code in question is long gone in the mainline ext4 code. It looks like Cai (who did the 3.0 backport) never tested the patch on a 32-bit build. Thanks Todd, for providing the patch. You can add my: Reviewed-by: "Theodore Ts'o" to it. Greg, could you apply it to the stable tree? Thanks!! - Ted