linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: add missing prefetch header to inode.c
@ 2011-05-22 19:34 Eduardo Silva
  2011-05-22 19:51 ` richard -rw- weinberger
  2011-05-22 20:04 ` Sedat Dilek
  0 siblings, 2 replies; 5+ messages in thread
From: Eduardo Silva @ 2011-05-22 19:34 UTC (permalink / raw)
  To: Alexander Viro; +Cc: linux-fsdevel, linux-kernel

inode.c fails in the compilation process due to the missing
include of linux/prefetch.h.

Signed-off-by: Eduardo Silva <edsiper@gmail.com>
---
 fs/inode.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/inode.c b/fs/inode.c
index 33c963d..c77081f 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -26,6 +26,7 @@
 #include <linux/posix_acl.h>
 #include <linux/ima.h>
 #include <linux/cred.h>
+#include <linux/prefetch.h>
 #include "internal.h"
 
 /*
-- 
1.7.4.1




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

end of thread, other threads:[~2011-05-22 20:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-22 19:34 [PATCH] fs: add missing prefetch header to inode.c Eduardo Silva
2011-05-22 19:51 ` richard -rw- weinberger
2011-05-22 20:04 ` Sedat Dilek
2011-05-22 20:08   ` Eduardo Silva
2011-05-22 20:13     ` richard -rw- weinberger

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).