Skip to content

Commit

Permalink
vfs, seqfile: export mangle_path() generally
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ingo Molnar committed Nov 28, 2008
1 parent c7425ac commit 604094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/seq_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down

0 comments on commit 604094f

Please sign in to comment.