aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.1/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-10-25 17:32:01 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-10-25 17:32:01 +0000
commita2f2aac2dc0cabbd130a1e596c923e770feb54e8 (patch)
tree300d8288341cc7b1740c9f070ed975cd41e5a5ad /target/linux/generic/patches-4.1/903-debloat_direct_io.patch
parentf1c10369648e1ca775895d34450cae561e5ee75d (diff)
downloadmaster-187ad058-a2f2aac2dc0cabbd130a1e596c923e770feb54e8.tar.gz
master-187ad058-a2f2aac2dc0cabbd130a1e596c923e770feb54e8.tar.bz2
master-187ad058-a2f2aac2dc0cabbd130a1e596c923e770feb54e8.zip
kernel: update kernel 4.1 to version 4.1.11
https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.1.11 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47252 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.1/903-debloat_direct_io.patch')
-rw-r--r--target/linux/generic/patches-4.1/903-debloat_direct_io.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.1/903-debloat_direct_io.patch b/target/linux/generic/patches-4.1/903-debloat_direct_io.patch
index b428a0cffc..0bc9040170 100644
--- a/target/linux/generic/patches-4.1/903-debloat_direct_io.patch
+++ b/target/linux/generic/patches-4.1/903-debloat_direct_io.patch
@@ -26,7 +26,7 @@
endif
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
-@@ -2649,6 +2649,7 @@ enum {
+@@ -2647,6 +2647,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,
-@@ -2656,6 +2657,18 @@ ssize_t __blockdev_direct_IO(struct kioc
+@@ -2654,6 +2655,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);