diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2024-11-12 16:20:45 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2025-01-16 21:05:09 -0500 |
commit | 5f4e6f7f8b77a3b1fb0005f6e1692475785ae05f (patch) | |
tree | 9b2d38746136b096c895074ae3b85d902e387386 /fs/overlayfs | |
parent | 40384c840ea1944d7c5a392e8975ed088ecf0b37 (diff) |
fs/overlayfs/namei.c: get rid of include ../internal.h
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>
Diffstat (limited to 'fs/overlayfs')
-rw-r--r-- | fs/overlayfs/namei.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/overlayfs/namei.c b/fs/overlayfs/namei.c index 7e27b7d4adee..600046ebc2f3 100644 --- a/fs/overlayfs/namei.c +++ b/fs/overlayfs/namei.c @@ -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; |