linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] f2fs: add missing #include <linux/prefetch.h>
@ 2012-12-19 21:19 Geert Uytterhoeven
  2012-12-19 23:55 ` Jaegeuk Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2012-12-19 21:19 UTC (permalink / raw)
  To: Jaegeuk Kim; +Cc: linux-fsdevel, linux-next, linux-kernel, Geert Uytterhoeven

m68k allmodconfig:

fs/f2fs/data.c: In function ‘read_end_io’:
fs/f2fs/data.c:311: error: implicit declaration of function ‘prefetchw’

fs/f2fs/segment.c: In function ‘f2fs_end_io_write’:
fs/f2fs/segment.c:628: error: implicit declaration of function ‘prefetchw’

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
http://kisskb.ellerman.id.au/kisskb/buildresult/7787109/

 fs/f2fs/data.c    |    1 +
 fs/f2fs/segment.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
index 655aeab..3aa5ce7 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -16,6 +16,7 @@
 #include <linux/backing-dev.h>
 #include <linux/blkdev.h>
 #include <linux/bio.h>
+#include <linux/prefetch.h>
 
 #include "f2fs.h"
 #include "node.h"
diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c
index 8bc1b6f..ca7b5ff 100644
--- a/fs/f2fs/segment.c
+++ b/fs/f2fs/segment.c
@@ -12,6 +12,7 @@
 #include <linux/f2fs_fs.h>
 #include <linux/bio.h>
 #include <linux/blkdev.h>
+#include <linux/prefetch.h>
 #include <linux/vmalloc.h>
 
 #include "f2fs.h"
-- 
1.7.0.4


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

* Re: [PATCH -next] f2fs: add missing #include <linux/prefetch.h>
  2012-12-19 21:19 [PATCH -next] f2fs: add missing #include <linux/prefetch.h> Geert Uytterhoeven
@ 2012-12-19 23:55 ` Jaegeuk Kim
  0 siblings, 0 replies; 2+ messages in thread
From: Jaegeuk Kim @ 2012-12-19 23:55 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-fsdevel, linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 1335 bytes --]

Merged.
Thank you very much.

-- 
Jaegeuk Kim
Samsung

2012-12-19 (수), 22:19 +0100, Geert Uytterhoeven:
> m68k allmodconfig:
> 
> fs/f2fs/data.c: In function ‘read_end_io’:
> fs/f2fs/data.c:311: error: implicit declaration of function ‘prefetchw’
> 
> fs/f2fs/segment.c: In function ‘f2fs_end_io_write’:
> fs/f2fs/segment.c:628: error: implicit declaration of function ‘prefetchw’
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
> http://kisskb.ellerman.id.au/kisskb/buildresult/7787109/
> 
>  fs/f2fs/data.c    |    1 +
>  fs/f2fs/segment.c |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
> index 655aeab..3aa5ce7 100644
> --- a/fs/f2fs/data.c
> +++ b/fs/f2fs/data.c
> @@ -16,6 +16,7 @@
>  #include <linux/backing-dev.h>
>  #include <linux/blkdev.h>
>  #include <linux/bio.h>
> +#include <linux/prefetch.h>
>  
>  #include "f2fs.h"
>  #include "node.h"
> diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c
> index 8bc1b6f..ca7b5ff 100644
> --- a/fs/f2fs/segment.c
> +++ b/fs/f2fs/segment.c
> @@ -12,6 +12,7 @@
>  #include <linux/f2fs_fs.h>
>  #include <linux/bio.h>
>  #include <linux/blkdev.h>
> +#include <linux/prefetch.h>
>  #include <linux/vmalloc.h>
>  
>  #include "f2fs.h"



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-12-19 23:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 21:19 [PATCH -next] f2fs: add missing #include <linux/prefetch.h> Geert Uytterhoeven
2012-12-19 23:55 ` Jaegeuk Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).