summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-4.4/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2017-06-27 10:26:38 +0200
committerStijn Tintel <stijn@linux-ipv6.be>2017-06-27 15:00:35 +0200
commit8d3d7f6b52f5dd43866f0674bf32800a8233c358 (patch)
tree05f616fe8d5f699beac24fe8345535bdca0b831f /target/linux/generic/patches-4.4/903-debloat_direct_io.patch
parent53eba6f58f791f5b585da6d2fe9316e579db915c (diff)
downloadmtk-20170518-8d3d7f6b52f5dd43866f0674bf32800a8233c358.zip
mtk-20170518-8d3d7f6b52f5dd43866f0674bf32800a8233c358.tar.gz
mtk-20170518-8d3d7f6b52f5dd43866f0674bf32800a8233c358.tar.bz2
kernel: update kernel 4.4 to 4.4.74
Refresh patches. Compile-tested on ar71xx, octeon. Runtime-tested on ar71xx, octeon. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
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 7f6c529..82e6a6b 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
-@@ -2717,6 +2717,7 @@ enum {
+@@ -2722,6 +2722,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,
-@@ -2724,6 +2725,18 @@ ssize_t __blockdev_direct_IO(struct kioc
+@@ -2729,6 +2730,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);