]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
fs/overlayfs/namei.c: get rid of include ../internal.h
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 12 Nov 2024 21:20:45 +0000 (16:20 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Fri, 17 Jan 2025 02:05:09 +0000 (21:05 -0500)
Added for the sake of vfs_path_lookup(), which is in linux/namei.h
these days.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/overlayfs/namei.c

index 7e27b7d4adee8f471d9658579ec0e8c37b4d5f74..600046ebc2f3fbcf46829c4532b0f14c8db43c8d 100644 (file)
@@ -14,8 +14,6 @@
 #include <linux/exportfs.h>
 #include "overlayfs.h"
 
-#include "../internal.h"       /* for vfs_path_lookup */
-
 struct ovl_lookup_data {
        struct super_block *sb;
        const struct ovl_layer *layer;