aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOGAWA Hirofumi <hirofumi@mail.parknet.co.jp>2013-07-30 01:57:51 +0900
committerDaniel Phillips <daniel@tux3.org>2013-07-30 01:57:51 +0900
commit6da4cd97266cdad13149be21e2d6afdeec50036d (patch)
tree7ee56bda34cbc084b5f33f4bcf6f40c7496b2c4a
parent19542ea42b828a16e03ebc4c622c1418027555ee (diff)
downloadlinux-tux3-6da4cd97266cdad13149be21e2d6afdeec50036d.tar.gz
tux3: Fix missing <linux/aio.h> for kernel v3.10
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
-rw-r--r--fs/tux3/filemap.c1
-rw-r--r--fs/tux3/inode_vfslib.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/fs/tux3/filemap.c b/fs/tux3/filemap.c
index 5a5dddba4e7d16..6b3b6b03b271f9 100644
--- a/fs/tux3/filemap.c
+++ b/fs/tux3/filemap.c
@@ -639,6 +639,7 @@ int tux3_filemap_redirect_io(int rw, struct bufvec *bufvec)
#ifdef __KERNEL__
#include <linux/mpage.h>
#include <linux/swap.h> /* for mark_page_accessed() */
+#include <linux/aio.h> /* for kiocb */
static int filemap_extent_io(enum map_mode mode, int rw, struct bufvec *bufvec)
{
diff --git a/fs/tux3/inode_vfslib.c b/fs/tux3/inode_vfslib.c
index cc1eeb1d4d0764..d095d078216e10 100644
--- a/fs/tux3/inode_vfslib.c
+++ b/fs/tux3/inode_vfslib.c
@@ -6,6 +6,7 @@
*/
#include <linux/splice.h>
+#include <linux/aio.h> /* for kiocb */
/*
* Almost copy of generic_file_aio_write() (added changed_begin/end,