]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - fs/dcache.c
Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
[mirror_ubuntu-hirsute-kernel.git] / fs / dcache.c
index 66cba5a8a3467768edeeec573d2a61e5bfea27cc..40707d88a9452aea7c995198c2d94bfb1e9775c5 100644 (file)
@@ -3144,6 +3144,7 @@ char *simple_dname(struct dentry *dentry, char *buffer, int buflen)
                end = ERR_PTR(-ENAMETOOLONG);
        return end;
 }
+EXPORT_SYMBOL(simple_dname);
 
 /*
  * Write full pathname from the root of the filesystem into the buffer.