Commit 5f4e6f7f authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 40384c84
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;