projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7425ac
)
vfs, seqfile: export mangle_path() generally
author
Ingo Molnar
<mingo@elte.hu>
Fri, 28 Nov 2008 17:03:22 +0000
(18:03 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 28 Nov 2008 17:07:10 +0000
(18:07 +0100)
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: Ingo Molnar <mingo@elte.hu>
Acked-by: Al Viro <viro@ZenIV.linux.org.uk>
fs/seq_file.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/seq_file.c
b/fs/seq_file.c
index f03220d7891b7c4024d740fbd5447d79e66058e8..16c211558c2253f38b51af2f9eca76a2d52cb19f 100644
(file)
--- a/
fs/seq_file.c
+++ b/
fs/seq_file.c
@@
-387,7
+387,7
@@
char *mangle_path(char *s, char *p, char *esc)
}
return NULL;
}
-EXPORT_SYMBOL
_GPL
(mangle_path);
+EXPORT_SYMBOL(mangle_path);
/*
* return the absolute path of 'dentry' residing in mount 'mnt'.