Tag: 5b833825fd0012aec00f8fa5769d5400c18d59d8

NFSv4.1: don’t export static symbol

Author: Julia Lawall <Julia.Lawall@lip6.fr> 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 — fs/nfs/pnfs.c | 2 — 1 file changed, 2 deletions(-)   …

Continue reading