提交 604094f4 编写于 作者: I Ingo Molnar

vfs, seqfile: export mangle_path() generally

mangle_path() is trivial enough to make  export restrictions on it
pointless - so change the export from EXPORT_SYMBOL_GPL to EXPORT_SYMBOL.
Signed-off-by: NIngo Molnar <mingo@elte.hu>
Acked-by: NAl Viro <viro@ZenIV.linux.org.uk>
上级 c7425acb
...@@ -387,7 +387,7 @@ char *mangle_path(char *s, char *p, char *esc) ...@@ -387,7 +387,7 @@ char *mangle_path(char *s, char *p, char *esc)
} }
return NULL; return NULL;
} }
EXPORT_SYMBOL_GPL(mangle_path); EXPORT_SYMBOL(mangle_path);
/* /*
* return the absolute path of 'dentry' residing in mount 'mnt'. * return the absolute path of 'dentry' residing in mount 'mnt'.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册