diff options
author | 2015-03-11 17:56:37 +0100 | |
---|---|---|
committer | 2015-03-20 11:42:54 -0700 | |
commit | 5bc6510f919be9875fbbea3d8c1f6f33f9265a31 (patch) | |
tree | 739dd3be70407648b28bd6db18c72387cb3fd139 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | target: Convert fabric module autoload failures to pr_debug (diff) | |
download | linux-dev-5bc6510f919be9875fbbea3d8c1f6f33f9265a31.tar.xz linux-dev-5bc6510f919be9875fbbea3d8c1f6f33f9265a31.zip |
iscsi-target: don't export static symbol
The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@r@
type T;
identifier f;
@@
static T f (...) { ... }
@@
identifier r.f;
declarer name EXPORT_SYMBOL;
@@
-EXPORT_SYMBOL(f);
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions