From patchwork Tue Jun 26 15:32:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 10489405 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C1C7960386 for ; Tue, 26 Jun 2018 15:32:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B38E528173 for ; Tue, 26 Jun 2018 15:32:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A7EEB281DB; Tue, 26 Jun 2018 15:32:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5581228174 for ; Tue, 26 Jun 2018 15:32:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752062AbeFZPc3 (ORCPT ); Tue, 26 Jun 2018 11:32:29 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:33463 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751144AbeFZPc1 (ORCPT ); Tue, 26 Jun 2018 11:32:27 -0400 Received: by mail-lf0-f67.google.com with SMTP id b7-v6so6867538lfa.0 for ; Tue, 26 Jun 2018 08:32:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=VAIDyeMmFFj0UadIGkDkYS/5YaxUvBOhpRmvp/uTwkA=; b=NIwuVjwxZa6Fnz+QL4CRTe92CR8W9PURrui+gAwZ2Fp1WIyonSghhLr8huX0fW+sIn dbEpIkrLIpgJciKpCwIF6hJeUWtm6C8S0ljP+LsGEgjhwYHzyyOfVmMsMUiVDsXJ5mxv JLDBfLBd+b09qERVuR2X+zIjWfhOpY0KMaetA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=VAIDyeMmFFj0UadIGkDkYS/5YaxUvBOhpRmvp/uTwkA=; b=qC3cjtWNzOKMOAO6+nMtvQJTWMFsnzx2ook7bMdKLrjRpadf15E9+9Uc2vu3q8ZNPJ 9JiDooSA1xEx/MFxTMThf9xCngP32GlrBY2Ge0E4zYub5qmGVyq+R9S7tgWF4eVXlyzd iuGKVkk7mnqVtgdMDGOKFc/+pcLA9V5np/6M6ZoBQQSUWcCu+/Az2diJqt+NbKRtfaos i6DECo57doBYNbPaGTzUG62klRTxyLjzrqQ7mJt9J6EFOSLocS2rk6S6JFd3gI/W8xZd iXdSuxdxwVZ4xbEQiEGaOn3I22hRjqd52Ot//LOKAG3J3MObDz07DuZBsrJeqXWdYUEt UKUg== X-Gm-Message-State: APt69E3LGo+nuoLYxTsoze6kWL8kuk32AahsKLMHPwnoVIKxPx2OMB7H BdeQHl17nWWUmK/zDzs/IY3yKUPye7g= X-Google-Smtp-Source: AAOMgpehdR6qVwU00a6GGScWnxD03RFUNlPY406V1KaqUMwLvpCzdNd8lFN2i5y1yIX+SLC0V3YiAQ== X-Received: by 2002:a19:9b49:: with SMTP id d70-v6mr1552660lfe.137.1530027145900; Tue, 26 Jun 2018 08:32:25 -0700 (PDT) Received: from localhost (c-2c3d70d5.07-21-73746f28.bbcust.telenor.se. [213.112.61.44]) by smtp.gmail.com with ESMTPSA id o9-v6sm69118ljd.18.2018.06.26.08.32.25 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 26 Jun 2018 08:32:25 -0700 (PDT) From: Anders Roxell To: shuah@kernel.org Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, Anders Roxell Subject: [PATCH] selftests: mount: remove no longer needed config option Date: Tue, 26 Jun 2018 17:32:13 +0200 Message-Id: <20180626153213.676-1-anders.roxell@linaro.org> X-Mailer: git-send-email 2.18.0 Sender: linux-kselftest-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since commit eedf265aa003 ("devpts: Make each mount of devpts an independent filesystem.") CONFIG_DEVPTS_MULTIPLE_INSTANCES isn't needed in the defconfig anymore. Signed-off-by: Anders Roxell --- tools/testing/selftests/mount/config | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/testing/selftests/mount/config b/tools/testing/selftests/mount/config index b5d881e48548..416bd53ce982 100644 --- a/tools/testing/selftests/mount/config +++ b/tools/testing/selftests/mount/config @@ -1,2 +1 @@ CONFIG_USER_NS=y -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y