From patchwork Tue Dec 10 20:57:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Brauner X-Patchwork-Id: 13902046 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4CE4922B5A0 for ; Tue, 10 Dec 2024 20:58:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733864291; cv=none; b=LGdBZA9FWFjAj4SLLifzzENx7nofhETL+2D0VgqGDUOgvaNavTB8AJG65uf2Ju39CMVaVNkQmq22vL2dlMGRcVAYm4L6cF+rltg9OcKZvSYuoqIE0Refzx/0+4rxtQLduSlqxw6ETQLb2SHfLsQ/PyhIQF8fCTtfgjtPlsijg1Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733864291; c=relaxed/simple; bh=fU88zLcq6ecPFqxhMBQ+2G9JGuR1hEfsB9CdeCQqDmY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=jc0uqYm6YD1U0mKTik+SW4VJSS4L7ZU7g3w+Qr/ZlYYiBdh2Z4IaYex9C8SJvDYQyPdPnMZ0UnCwGArpJp6gM/D8wwpwGIbuZeiIgjNxvFNJgOFI/8P3v08imhnluRk0xVXMjHuA2X917bT6axqvbqDuOgTjk1Ldwjhtq7tzOow= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ohl3R311; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ohl3R311" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F1FB3C4CEDF; Tue, 10 Dec 2024 20:58:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1733864291; bh=fU88zLcq6ecPFqxhMBQ+2G9JGuR1hEfsB9CdeCQqDmY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ohl3R311bMXmES2lHe7e5X+Aagz3dAm4svaOf0A6Ge11BOMmX7/wr3DpinOKAsG9q tYl/1PWU6VrrOvbwv7BBOkWJiTuP04vQAiiYgu7sruH8LuS4LifrYVxHyyH18fVkuJ ckj3U1rCiNbDEAxUO08wTStfRntSdKxqNyhB6RAsvzKsbJBz/d4qRDJ/fncf6jiDVi bJzJttcTtZaFdsiPvUTMpht+2TQycGw7xPToY5MpAyJGRAKA1sKzkyBhZn94FaOCYg jqYMKuwJFzJFNlUAe5Vo6If48antZBcddwok3jESeLyAo1aqMq17S1ls2pKdXxPKbb Y4K2tn0PXWVvw== From: Christian Brauner To: Josef Bacik , Jeff Layton Cc: Christian Brauner , linux-fsdevel@vger.kernel.org Subject: [PATCH 1/5] mount: remove inlude/nospec.h include Date: Tue, 10 Dec 2024 21:57:57 +0100 Message-ID: <20241210-work-mount-rbtree-lockless-v1-1-338366b9bbe4@kernel.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20241210-work-mount-rbtree-lockless-v1-0-338366b9bbe4@kernel.org> References: <20241210-work-mount-rbtree-lockless-v1-0-338366b9bbe4@kernel.org> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Mailer: b4 0.15-dev-355e8 X-Developer-Signature: v=1; a=openpgp-sha256; l=545; i=brauner@kernel.org; h=from:subject:message-id; bh=fU88zLcq6ecPFqxhMBQ+2G9JGuR1hEfsB9CdeCQqDmY=; b=owGbwMvMwCU28Zj0gdSKO4sYT6slMaRHrA5/sc3EvXPesdvb7nywze2u+bwnb+MhZtHzl1cbV L16vl94akcpC4MYF4OsmCKLQ7tJuNxynorNRpkaMHNYmUCGMHBxCsBEQjsZ/qdbb/3e96Jq/YsL t9X9V0jtd+MwWRm0tMn9z9V3jVev32Jk+O+w2XP1pFpPrcN1a3Ye0mC+ruJccNSjVHV6Ys7B84F HjjMCAA== X-Developer-Key: i=brauner@kernel.org; a=openpgp; fpr=4880B8C9BD0E5106FC070F4F7B3C391EFEA93624 It's not needed, so remove it. Signed-off-by: Christian Brauner --- fs/namespace.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/namespace.c b/fs/namespace.c index 23e81c2a1e3fee7d97df2a84a69438a677933654..c3dbe6a7ab6b1c77c2693cc75941da89fa921048 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -32,7 +32,6 @@ #include #include #include -#include #include "pnode.h" #include "internal.h"