From: Christian Brauner Date: Thu, 12 Dec 2024 23:03:40 +0000 (+0100) Subject: mount: remove inlude/nospec.h include X-Git-Tag: v6.14-rc1~212^2~6^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62b8dee925023ed2a2b417dea657e3e3e57c4117;p=thirdparty%2Flinux.git mount: remove inlude/nospec.h include It's not needed, so remove it. Link: https://lore.kernel.org/r/20241213-work-mount-rbtree-lockless-v3-1-6e3cdaf9b280@kernel.org Reviewed-by: Jeff Layton Signed-off-by: Christian Brauner --- diff --git a/fs/namespace.c b/fs/namespace.c index 1af8da8e1e973..a1832e9a4340b 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -32,7 +32,6 @@ #include #include #include -#include #include "pnode.h" #include "internal.h"