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: 12680519 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 44779C43217 for ; Thu, 16 Dec 2021 09:49:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229905AbhLPJtF (ORCPT ); Thu, 16 Dec 2021 04:49:05 -0500 Received: from smtp-relay-internal-1.canonical.com ([185.125.188.123]:50138 "EHLO smtp-relay-internal-1.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230500AbhLPJtD (ORCPT ); Thu, 16 Dec 2021 04:49:03 -0500 Received: from mail-wr1-f72.google.com (mail-wr1-f72.google.com [209.85.221.72]) (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 705263F1FD 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-f72.google.com with SMTP id l9-20020adfa389000000b001a23bd1c661so572007wrb.6 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=J8w+KlhVTMKBqOR9AiQZYctewh9nvFeMjrvcxLETgXYU7Xg7DTWTamdzpDoLsCaZCf wvOy/VeskUUIQ0+aezyaA1xncQWBRgfK7xPjyOc3yZzwmYCBm1g8mH7NOKewCrxPjvZ1 tdG+d9FDwIZ23ohCIc0yyXJG3KDzX6XzDuqPEkP9Bvdxu1FItZ4WUB4NRNMPCyznk4fm m2J/IF2m3YhHZhTU3928FnhZ6H+ZzYJjskF61WBaLmLexHBOlyXCxBNWEaRqBXW/Jzpn UGpxBxUSceVF4wAqD8D2UJJxyE/WDh9ScCoX+raz1L3m/4tQVY8eQYdXWfwT8wDlL7wM Ki5A== X-Gm-Message-State: AOAM531SXXxXBSMjPpyLF2FKlA2D2S99ECP7tLji/E7YAyKwflzX/Nfb SOVaWYgTnNH6mt1IUMbfQ1F5VEZv6AqMNqQFcjBOvPr7l15GgYNVS/OMBoCVnQTmfRUmTgu9EsW cdDxxL4RU6v3LJWlBmMW19CdRWUE29Av3guyxR9Q= X-Received: by 2002:a5d:69c5:: with SMTP id s5mr8274598wrw.283.1639648139311; 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-cifs@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