Commit 604094f4615180f71da799e7e5b191f5c2a42a28

Authored by Ingo Molnar
1 parent c7425acb42

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: Ingo Molnar <mingo@elte.hu>
Acked-by: Al Viro <viro@ZenIV.linux.org.uk>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -387,7 +387,7 @@
387 387 }
388 388 return NULL;
389 389 }
390   -EXPORT_SYMBOL_GPL(mangle_path);
  390 +EXPORT_SYMBOL(mangle_path);
391 391  
392 392 /*
393 393 * return the absolute path of 'dentry' residing in mount 'mnt'.