From: Christian Brauner Date: Thu, 12 Dec 2024 23:03:40 +0000 (+0100) Subject: mount: remove inlude/nospec.h include X-Git-Tag: io_uring-6.14-20240131~35^2~6^2~9 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=62b8dee925023ed2a2b417dea657e3e3e57c4117;p=linux-block.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 1af8da8e1e97..a1832e9a4340 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -32,7 +32,6 @@ #include #include #include -#include #include "pnode.h" #include "internal.h"