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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6754BC433F5 for ; Tue, 12 Apr 2022 05:53:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348444AbiDLFzR (ORCPT ); Tue, 12 Apr 2022 01:55:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241477AbiDLFzQ (ORCPT ); Tue, 12 Apr 2022 01:55:16 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BF4033E9F; Mon, 11 Apr 2022 22:53:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=WmMBTBmYSOXcRl0yo58xO2d5wfgRDKUEN3oOCASblis=; b=N6UxcnHlJpAHN0lTBRRVSCNkg0 lFemX38l+vnalhDRg/OzWs6JQD3krJ6uPghARdwpDbEypzExCzfD7LX0IwGF3HWmUFEo3TPFu5r6T vEbyRpp0HJEwR7J2EjV65DkJTzu1IMLU4H0BGO2JidJCF50kECoHl2AI4JvOKPnnNXYYXtFrCsi67 dRO0w7S8+DzeM+JjW8F8/SVcaFAtzURNHRj5rpRBVEyB/3oaFV45H75FnGzN8F61oxP7DlRB+/txr zXFeaQ3v1aPim2ppBUIemrCErlCUbgbyQNuD5c4DCo4W3ShsIPVdU5an+zC0mPlWn8A9WA0cvtxy3 hjm7vhGw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1ne9SR-00Bnhz-JA; Tue, 12 Apr 2022 05:52:55 +0000 Date: Mon, 11 Apr 2022 22:52:55 -0700 From: Christoph Hellwig To: Linus Torvalds Cc: Christoph Hellwig , Mikulas Patocka , Alexander Viro , linux-fsdevel , Linux Kernel Mailing List , Matthew Wilcox Subject: Re: [PATCH] stat: don't fail if the major number is >= 256 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Apr 11, 2022 at 07:47:44PM -1000, Linus Torvalds wrote: > Considering that BLOCK_EXT_MAJOR has been 259 since 2008, and this is > the first time anybody has hit this, I don't think there's much reason > to change that major number when the whole error case seems to have > been largely a mistake to begin with. Yeah. If Mikulas still has a problem he could just patch BLOCK_EXT_MAJOR locally.