From patchwork Thu Dec 16 09:44:24 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandre Ghiti X-Patchwork-Id: 12680493 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 1DF84C4332F for ; Thu, 16 Dec 2021 09:49:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231226AbhLPJtE (ORCPT ); Thu, 16 Dec 2021 04:49:04 -0500 Received: from smtp-relay-internal-1.canonical.com ([185.125.188.123]:50136 "EHLO smtp-relay-internal-1.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230386AbhLPJtD (ORCPT ); Thu, 16 Dec 2021 04:49:03 -0500 Received: from mail-wr1-f71.google.com (mail-wr1-f71.google.com [209.85.221.71]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-1.canonical.com (Postfix) with ESMTPS id 542003F1F3 for ; Thu, 16 Dec 2021 09:49:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1639648142; bh=WUEOV0Puf0rdsNKOWUqNq9jf3IbOHS9FDzqSlVW9pZ4=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=Qa3oNcdTl7X8TrqWlFnXc4hRkVZ/LbMWYMnfoDFpgdU60zsGUk7DPdJ3/Wevl+TY+ 0sIsu+s3E/UEsZkJ1idG0PJ9hpS4YMxXyCKfttsvyIxY6LdFJ2oa+zpsI/O56LxRm0 IXrL1tTqjdKvK57itzqt4exV5WR7cLlE5Q6msdRFgRVc2l1tJPJbMxrVU2cCoiQ6nh IEEO3a/yaSM7a7km4nCuivrGC2ZpwMEHUW+i6LggKbsv7Y1Ck8Yq7hYHPlxerPY3AC nORK3qo7PerLArs3cq5LQt7nnsMvUy1xO9hABEyaC+WGRfHCWH1odTn1uCHlx9pCu+ oQo1l3Pu0BI1w== Received: by mail-wr1-f71.google.com with SMTP id n22-20020adf8b16000000b001a22f61b29cso1344718wra.23 for ; Thu, 16 Dec 2021 01:49:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=WUEOV0Puf0rdsNKOWUqNq9jf3IbOHS9FDzqSlVW9pZ4=; b=3z/V7N8W0ebS0iiks5pAGOuz433OaqNOxBCExqYe0y175DqhxJvAE7NYp7dRgAGePn yBzf6kzgoy/RyjMOPgCwofMLUCZW3w3oz9/etbr5gdoe0K6vNjLWf0kmd0Vnn7T3BNqr 2Qkp3DbwnWjuHRrLZSrpfablHn71RQkVBc48dUQAh676fD8xsuNz7DdbYbcO06yqjVKm RyYQtHJ2rzsqg9nmG0ItDaIcVS3aAbDyu8oaks/J8zGZWEYtgwrvjlHOicdC1ywL59XT GuLCCwNyjX0eLXEhYxS7A5CV9jFmuDuVY09uiH4+BylbSkSgv6pw4sUbNao8k7U0xwoH n/EA== X-Gm-Message-State: AOAM532NQPevEv2o2YRrgZtA9GulGDSmkk+1v5vqP7jf8T6TL2Fd/iXg bWygtaWeTeJgTEpuBH2Wzq7jn/ULXgdrFrds3XxkXR6Qq01Zo3AOopFD5DiSvnzNOD/bd7HepbK LcfRllNph97jvX/msR7R6NrJ7Lv/1IPQByoY+uNY= X-Received: by 2002:a5d:69c5:: with SMTP id s5mr8274613wrw.283.1639648139312; Thu, 16 Dec 2021 01:48:59 -0800 (PST) X-Google-Smtp-Source: ABdhPJy4D7RcuSiJhn58Bkp9nDVxQgFgFxFbQZtRi6SJVIaJvvuUPrIa3b5F/cBoS8baOoKUv8xnUw== X-Received: by 2002:a5d:69c5:: with SMTP id s5mr8274584wrw.283.1639648139155; Thu, 16 Dec 2021 01:48:59 -0800 (PST) Received: from alex.home (lfbn-gre-1-195-1.w90-112.abo.wanadoo.fr. [90.112.158.1]) by smtp.gmail.com with ESMTPSA id m36sm4145891wms.25.2021.12.16.01.48.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 01:48:58 -0800 (PST) From: Alexandre Ghiti To: Steve French , Jonathan Corbet , David Howells , Russell King , Thomas Bogendoerfer , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Yoshinori Sato , Rich Felker , Matti Vaittinen , Lee Jones , Jeff Layton , Greg Kroah-Hartman , Arnd Bergmann , Ronnie Sahlberg , Guenter Roeck , Wim Van Sebroeck , Lukas Bulwahn , Luis Chamberlain , Kalle Valo , linux-cifs@vger.kernel.org, samba-technical@lists.samba.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-cachefs@redhat.com, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, linux-power@fi.rohmeurope.com Cc: Alexandre Ghiti Subject: [PATCH v2 4/6] arch: Remove leftovers from mandatory file locking Date: Thu, 16 Dec 2021 10:44:24 +0100 Message-Id: <20211216094426.2083802-5-alexandre.ghiti@canonical.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20211216094426.2083802-1-alexandre.ghiti@canonical.com> References: <20211216094426.2083802-1-alexandre.ghiti@canonical.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org This config was removed so remove all references to it. Fixes: f7e33bdbd6d1 ("fs: remove mandatory file locking support") Signed-off-by: Alexandre Ghiti Reviewed-by: Jeff Layton --- arch/mips/configs/decstation_64_defconfig | 1 - arch/mips/configs/decstation_defconfig | 1 - arch/mips/configs/decstation_r4k_defconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/arch/mips/configs/decstation_64_defconfig b/arch/mips/configs/decstation_64_defconfig index 85f1955b4b00..e2ed105f8c97 100644 --- a/arch/mips/configs/decstation_64_defconfig +++ b/arch/mips/configs/decstation_64_defconfig @@ -144,7 +144,6 @@ CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT3_FS=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y -# CONFIG_MANDATORY_FILE_LOCKING is not set CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_PROC_KCORE=y diff --git a/arch/mips/configs/decstation_defconfig b/arch/mips/configs/decstation_defconfig index 30a6eafdb1d0..7e987d6f5e34 100644 --- a/arch/mips/configs/decstation_defconfig +++ b/arch/mips/configs/decstation_defconfig @@ -140,7 +140,6 @@ CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT3_FS=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y -# CONFIG_MANDATORY_FILE_LOCKING is not set CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_PROC_KCORE=y diff --git a/arch/mips/configs/decstation_r4k_defconfig b/arch/mips/configs/decstation_r4k_defconfig index e2b58dbf4aa9..6df5f6f2ac8e 100644 --- a/arch/mips/configs/decstation_r4k_defconfig +++ b/arch/mips/configs/decstation_r4k_defconfig @@ -140,7 +140,6 @@ CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT3_FS=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y -# CONFIG_MANDATORY_FILE_LOCKING is not set CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_PROC_KCORE=y