summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-4.4/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2016-04-24 11:32:17 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2016-04-24 11:32:17 +0200
commit3faf65e92857aa5466791da3ec623c23af1f8130 (patch)
treeca061d6344359212f269020d2b6c8543cd15054c /target/linux/generic/patches-4.4/903-debloat_direct_io.patch
parent4c60a6f803759105d59b3e1fc52a9e37eecd08cd (diff)
downloadmtk-20170518-3faf65e92857aa5466791da3ec623c23af1f8130.zip
mtk-20170518-3faf65e92857aa5466791da3ec623c23af1f8130.tar.gz
mtk-20170518-3faf65e92857aa5466791da3ec623c23af1f8130.tar.bz2
kernel: update kernel 4.4 to version 4.4.8
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/generic/patches-4.4/903-debloat_direct_io.patch')
-rw-r--r--target/linux/generic/patches-4.4/903-debloat_direct_io.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/903-debloat_direct_io.patch b/target/linux/generic/patches-4.4/903-debloat_direct_io.patch
index ee85c40..460da1d 100644
--- a/target/linux/generic/patches-4.4/903-debloat_direct_io.patch
+++ b/target/linux/generic/patches-4.4/903-debloat_direct_io.patch
@@ -26,7 +26,7 @@
endif
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
-@@ -2681,6 +2681,7 @@ enum {
+@@ -2691,6 +2691,7 @@ enum {
DIO_SKIP_DIO_COUNT = 0x08,
};
@@ -34,7 +34,7 @@
void dio_end_io(struct bio *bio, int error);
ssize_t __blockdev_direct_IO(struct kiocb *iocb, struct inode *inode,
-@@ -2688,6 +2689,18 @@ ssize_t __blockdev_direct_IO(struct kioc
+@@ -2698,6 +2699,18 @@ ssize_t __blockdev_direct_IO(struct kioc
loff_t offset, get_block_t get_block,
dio_iodone_t end_io, dio_submit_t submit_io,
int flags);