Skip to content

Commit df67cb4

Browse files
arndbbrauner
authored andcommitted
fs: d_path: include internal.h
make W=1 warns about a missing prototype that is defined but not visible at point where simple_dname() is defined: fs/d_path.c:317:7: error: no previous prototype for 'simple_dname' [-Werror=missing-prototypes] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Message-Id: <20230516195444.551461-1-arnd@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 88e4607 commit df67cb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/d_path.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <linux/slab.h>
88
#include <linux/prefetch.h>
99
#include "mount.h"
10+
#include "internal.h"
1011

1112
struct prepend_buffer {
1213
char *buf;

0 commit comments

Comments
 (0)