diff --git a/fs/dcache.c b/fs/dcache.c index 34c852af215c..694f5da1a0a9 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -3223,6 +3223,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.