Message ID | 20241212-work-mount-rbtree-lockless-v2-1-4fe6cef02534@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | fs: lockless mntns lookup | expand |
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 <linux/fs_context.h> #include <linux/shmem_fs.h> #include <linux/mnt_idmapping.h> -#include <linux/nospec.h> #include "pnode.h" #include "internal.h"
It's not needed, so remove it. Signed-off-by: Christian Brauner <brauner@kernel.org> --- fs/namespace.c | 1 - 1 file changed, 1 deletion(-)