From patchwork Mon Sep 18 17:56:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Lafreniere X-Patchwork-Id: 13390198 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 72B2CCD13D2 for ; Mon, 18 Sep 2023 17:57:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229898AbjIRR5L (ORCPT ); Mon, 18 Sep 2023 13:57:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230077AbjIRR5K (ORCPT ); Mon, 18 Sep 2023 13:57:10 -0400 Received: from mail-40136.proton.ch (mail-40136.proton.ch [185.70.40.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8BD5912D for ; Mon, 18 Sep 2023 10:57:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=n8pjl.ca; s=protonmail2; t=1695059821; x=1695319021; bh=Yd0bvX5251WFX63UM6X0Z6EzVJZWkj+aXTGkJOfZu6U=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=ofXoPLuUMhK4JdeUS4vvRz4GuIIRQp6MeRZvZbO+5A/X1NSr8my9m2nCu6xSqbkrK 1yoMNxmQBnzHy5+KBI1I6WAz1ddCRbzHn8bdzxUgVGCkZtCnFvRUcWmcgm+iiWvzqH l9NOXeSD76DjzcoBlXur5aqWetOAxdmv7J2LEe1FVZwKdRMsNGg14jX4tZP6WLaHm4 XA0T7LEIid/4w95Ze2bgM29aezmymfggU3oje3HtoC3Ln4t8qLUlAY93yQ4CwSMK6W GOaOKkb5UY0n3MZWMamAP/ypGPRtTRbdbz3AaBLfSlMiy5CKFN191xY9zGVWOpFe/t h9qMbkrpvsVPw== Date: Mon, 18 Sep 2023 17:56:55 +0000 To: linux-sh@vger.kernel.org From: Peter Lafreniere Cc: Peter Lafreniere , jack@suse.cz, reiserfs-devel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 3/7] arch: sh: remove ReiserFS from defconfig Message-ID: <20230918175529.19011-4-peter@n8pjl.ca> In-Reply-To: <20230918175529.19011-1-peter@n8pjl.ca> References: <20230918175529.19011-1-peter@n8pjl.ca> Feedback-ID: 53133685:user:proton MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org ReiserFS has been deprecated for a year and a half, yet is still built as part of a defconfig kernel. According to commit eb103a51640e ("reiserfs: Deprecate reiserfs"), the filesystem is slated to be removed in 2025. Remove it from the defconfig profiles now, as part of its deprecation process. Signed-off-by: Peter Lafreniere --- arch/sh/configs/landisk_defconfig | 1 - arch/sh/configs/titan_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/arch/sh/configs/landisk_defconfig b/arch/sh/configs/landisk_defconfig index 541082090918..af1ab25227e3 100644 --- a/arch/sh/configs/landisk_defconfig +++ b/arch/sh/configs/landisk_defconfig @@ -94,7 +94,6 @@ CONFIG_USB_SISUSBVGA=m CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set -CONFIG_REISERFS_FS=y CONFIG_ISO9660_FS=m CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y diff --git a/arch/sh/configs/titan_defconfig b/arch/sh/configs/titan_defconfig index 871092753591..50e378adc4c5 100644 --- a/arch/sh/configs/titan_defconfig +++ b/arch/sh/configs/titan_defconfig @@ -221,7 +221,6 @@ CONFIG_EXT2_FS=y CONFIG_EXT3_FS=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set # CONFIG_EXT3_FS_XATTR is not set -CONFIG_REISERFS_FS=m CONFIG_XFS_FS=m CONFIG_FUSE_FS=m CONFIG_ISO9660_FS=m