Skip to content

Commit

Permalink
fs/overlayfs/namei.c: get rid of include ../internal.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Al Viro committed Jan 17, 2025
1 parent 40384c8 commit 5f4e6f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/overlayfs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5f4e6f7

Please sign in to comment.