public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parisc: Export flush_cache_page() (needed by lustre)
@ 2013-09-05  9:33 Geert Uytterhoeven
  2013-09-05 16:01 ` James Bottomley
  0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2013-09-05  9:33 UTC (permalink / raw)
  To: James E.J. Bottomley, Helge Deller
  Cc: linux-parisc, linux-kernel, Geert Uytterhoeven

ERROR: "flush_cache_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined!

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 arch/parisc/kernel/cache.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c
index c035673..b521c0a 100644
--- a/arch/parisc/kernel/cache.c
+++ b/arch/parisc/kernel/cache.c
@@ -602,6 +602,7 @@ flush_cache_page(struct vm_area_struct *vma, unsigned long vmaddr, unsigned long
 		__flush_cache_page(vma, vmaddr, PFN_PHYS(pfn));
 	}
 }
+EXPORT_SYMBOL_GPL(flush_cache_page);
 
 #ifdef CONFIG_PARISC_TMPALIAS
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-05 18:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05  9:33 [PATCH] parisc: Export flush_cache_page() (needed by lustre) Geert Uytterhoeven
2013-09-05 16:01 ` James Bottomley
2013-09-05 17:13   ` Kyle McMartin
2013-09-05 18:07     ` Geert Uytterhoeven
2013-09-05 18:25   ` John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox