Re: [PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread John David Anglin
On 9/5/2013 12:01 PM, James Bottomley wrote: On Thu, 2013-09-05 at 11:33 +0200, Geert Uytterhoeven wrote: ERROR: "flush_cache_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! Signed-off-by: Geert Uytterhoeven --- arch/parisc/kernel/cache.c |1 + 1 file changed, 1

Re: [PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread Geert Uytterhoeven
On Thu, Sep 5, 2013 at 7:13 PM, Kyle McMartin wrote: > On Thu, Sep 05, 2013 at 09:01:59AM -0700, James Bottomley wrote: >> > +EXPORT_SYMBOL_GPL(flush_cache_page); >> >> This is an internal API: no architecture exports this. Whoever is >> trying to use it needs to use the correct API, so this is

Re: [PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread Kyle McMartin
On Thu, Sep 05, 2013 at 09:01:59AM -0700, James Bottomley wrote: > > +EXPORT_SYMBOL_GPL(flush_cache_page); > > This is an internal API: no architecture exports this. Whoever is > trying to use it needs to use the correct API, so this is the wrong > patch. > I suspect it's

Re: [PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread James Bottomley
On Thu, 2013-09-05 at 11:33 +0200, Geert Uytterhoeven wrote: > ERROR: "flush_cache_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] > undefined! > > Signed-off-by: Geert Uytterhoeven > --- > arch/parisc/kernel/cache.c |1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread Geert Uytterhoeven
ERROR: "flush_cache_page" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! Signed-off-by: Geert Uytterhoeven --- 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

[PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread Geert Uytterhoeven
ERROR: flush_cache_page [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! Signed-off-by: Geert Uytterhoeven ge...@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

Re: [PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread James Bottomley
On Thu, 2013-09-05 at 11:33 +0200, Geert Uytterhoeven wrote: ERROR: flush_cache_page [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/parisc/kernel/cache.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread Kyle McMartin
On Thu, Sep 05, 2013 at 09:01:59AM -0700, James Bottomley wrote: +EXPORT_SYMBOL_GPL(flush_cache_page); This is an internal API: no architecture exports this. Whoever is trying to use it needs to use the correct API, so this is the wrong patch. I suspect it's copy_{to,from}_user_page

Re: [PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread Geert Uytterhoeven
On Thu, Sep 5, 2013 at 7:13 PM, Kyle McMartin k...@infradead.org wrote: On Thu, Sep 05, 2013 at 09:01:59AM -0700, James Bottomley wrote: +EXPORT_SYMBOL_GPL(flush_cache_page); This is an internal API: no architecture exports this. Whoever is trying to use it needs to use the correct API, so

Re: [PATCH] parisc: Export flush_cache_page() (needed by lustre)

2013-09-05 Thread John David Anglin
On 9/5/2013 12:01 PM, James Bottomley wrote: On Thu, 2013-09-05 at 11:33 +0200, Geert Uytterhoeven wrote: ERROR: flush_cache_page [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/parisc/kernel/cache.c |1 + 1