diff --git a/fs/dcache.c b/fs/dcache.c index 877bcbbd03ff..24190e8b7860 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -3017,6 +3017,7 @@ char *d_absolute_path(const struct path *path, return ERR_PTR(error); return res; } +EXPORT_SYMBOL(d_absolute_path); /* * same as __d_path but appends "(deleted)" for unlinked files.