]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mount: remove inlude/nospec.h include
authorChristian Brauner <brauner@kernel.org>
Thu, 12 Dec 2024 23:03:40 +0000 (00:03 +0100)
committerChristian Brauner <brauner@kernel.org>
Thu, 9 Jan 2025 15:58:51 +0000 (16:58 +0100)
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 <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/namespace.c

index 1af8da8e1e97378224fa6c23dd950c327aa261a7..a1832e9a4340bec853d8faec6d2715d9faacfc66 100644 (file)
@@ -32,7 +32,6 @@
 #include <linux/fs_context.h>
 #include <linux/shmem_fs.h>
 #include <linux/mnt_idmapping.h>
-#include <linux/nospec.h>
 
 #include "pnode.h"
 #include "internal.h"