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>
This commit is contained in:
Al Viro 2024-11-12 16:20:45 -05:00
parent 40384c840e
commit 5f4e6f7f8b

View 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;