Re: [PATCH v2] sparc64: Export flush_ptrace_access() (needed by lustre)

2013-09-05 Thread David Miller
From: Geert Uytterhoeven Date: Thu, 5 Sep 2013 11:17:33 +0200 > ERROR: "flush_ptrace_access" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] > undefined! > > Signed-off-by: Geert Uytterhoeven > --- > v2: Use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL Applied, thank you. -- To unsubscribe fro

[PATCH v2] sparc64: Export flush_ptrace_access() (needed by lustre)

2013-09-05 Thread Geert Uytterhoeven
ERROR: "flush_ptrace_access" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! Signed-off-by: Geert Uytterhoeven --- v2: Use EXPORT_SYMBOL_GPL instead of EXPORT_SYMBOL arch/sparc/kernel/ptrace_64.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/sparc/kernel/ptrace_64.c