From: "J. Bruce Fields" <bfields@xxxxxxxxxx> d_materialise_unique and d_splice_alias are really just minor variants on the same API--I can't see a reason to export them differently. Any distributed filesystem should be using d_materialise_unique. Signed-off-by: J. Bruce Fields <bfields@xxxxxxxxxx> --- fs/dcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/dcache.c b/fs/dcache.c index 671a04a..960a2e7 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -2753,7 +2753,7 @@ out_nolock: iput(inode); return actual; } -EXPORT_SYMBOL_GPL(d_materialise_unique); +EXPORT_SYMBOL(d_materialise_unique); static int prepend(char **buffer, int *buflen, const char *str, int namelen) { -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html