Message ID | 20200819120640.939889-1-leon@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [v1] fs: Add function declaration of simple_dname | expand |
diff --git a/fs/d_path.c b/fs/d_path.c index 0f1fc1743302..4b89448cc78e 100644 --- a/fs/d_path.c +++ b/fs/d_path.c @@ -8,6 +8,8 @@ #include <linux/prefetch.h> #include "mount.h" +#include "internal.h" + static int prepend(char **buffer, int *buflen, const char *str, int namelen) { *buflen -= namelen;