From: Julia Lawall Date: Wed, 11 Mar 2015 16:56:23 +0000 (+0100) Subject: NFSv4.1: don't export static symbol X-Git-Tag: omap-for-v4.2/o2_dc~9^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b833825fd0012aec00f8fa5769d5400c18d59d8;p=pandora-kernel.git NFSv4.1: don't export static symbol The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) // @r@ type T; identifier f; @@ static T f (...) { ... } @@ identifier r.f; declarer name EXPORT_SYMBOL_GPL; @@ -EXPORT_SYMBOL_GPL(f); // Signed-off-by: Julia Lawall Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed