From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 791E3C433DB for ; Sat, 20 Feb 2021 00:25:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4BEDF64ED2 for ; Sat, 20 Feb 2021 00:25:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229722AbhBTAZl (ORCPT ); Fri, 19 Feb 2021 19:25:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229689AbhBTAZk (ORCPT ); Fri, 19 Feb 2021 19:25:40 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58BE3C061574; Fri, 19 Feb 2021 16:25:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Transfer-Encoding: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=uma69cueETKJpXxHyTVpJUqvNM+Kdy9gT7lHBqE4VnI=; b=my1Mh/+IoZqy3ycJddjtcMEN5/ aOp9a0+fTS7rXej3UGHh7tiNUT6+kMLEelDWkvdbTQibWo665UgdCE09LIR3NcXGtzB0VeBOEqStY tq+h009hpU4Rh+y37tdyc3fjvA1AVbfi+QCcwScyP00ALcs3pIhZgfz7Cm/K0SlrePMwRVPJQVeVB VpMs+tiYNC8BFwR+wxNR2rmaaIMvLtqpAUFUJU8lEla1Uav5bvNOjSlIh0Y+C5WZDter5k3QwEBcs ypNOEAFuKiJkXI/I8dbxlZwDHbI5dSmVI8e54NCWeBGexNyJoxWJCL2SDElThaAgSBQ8E7cIw2Nii ryONexLw==; Received: from willy by casper.infradead.org with local (Exim 4.94 #2 (Red Hat Linux)) id 1lDG3z-003REW-79; Sat, 20 Feb 2021 00:24:13 +0000 Date: Sat, 20 Feb 2021 00:23:59 +0000 From: Matthew Wilcox To: Qu Wenruo Cc: Theodore Ts'o , Linux FS Devel , "linux-btrfs@vger.kernel.org" Subject: Re: page->index limitation on 32bit system? Message-ID: <20210220002359.GY2858050@casper.infradead.org> References: <1783f16d-7a28-80e6-4c32-fdf19b705ed0@gmx.com> <20210218121503.GQ2858050@casper.infradead.org> <20210218133954.GR2858050@casper.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Sat, Feb 20, 2021 at 07:10:14AM +0800, Qu Wenruo wrote: > > > On 2021/2/20 上午12:12, Theodore Ts'o wrote: > > On Fri, Feb 19, 2021 at 08:37:30AM +0800, Qu Wenruo wrote: > > > So it means the 32bit archs are already 2nd tier targets for at least > > > upstream linux kernel? > > > > At least as far as btrfs is concerned, anyway.... > > I'm afraid that would be the case. btrfs already treats 32-bit arches as second class citizens. I found a1fbc6750e212c5675a4e48d7f51d44607eb8756 by code inspection, so clearly it hasn't been tested in five years. I wouldn't recommend that anybody use btrfs with a 32-bit kernel.