diff mbox series

fs/overlayfs/namei.c: get rid of include ../internal.h

Message ID 20241112214114.GD3387508@ZenIV (mailing list archive)
State New
Headers show
Series fs/overlayfs/namei.c: get rid of include ../internal.h | expand

Commit Message

Al Viro Nov. 12, 2024, 9:41 p.m. UTC
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 | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/fs/overlayfs/namei.c b/fs/overlayfs/namei.c
index 5764f91d283e..527837358e3a 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;