diff --git a/fs/dcache.c b/fs/dcache.c index 5c33aeb0f68f..065da6950eb4 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -3027,6 +3027,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.