aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.1/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2016-05-05 14:56:57 +0000
committerLuka Perkov <luka@openwrt.org>2016-06-19 19:22:56 +0200
commit4d74bf39ae0b3a29711df3228748ab860e7cdd3a (patch)
tree65739b90ee34d6c26742888e273786c70c6499fa /target/linux/generic/patches-4.1/903-debloat_direct_io.patch
parentdbd05b03205fb3405adbe32031fb7c99a7af02a8 (diff)
downloadmaster-187ad058-4d74bf39ae0b3a29711df3228748ab860e7cdd3a.tar.gz
master-187ad058-4d74bf39ae0b3a29711df3228748ab860e7cdd3a.tar.bz2
master-187ad058-4d74bf39ae0b3a29711df3228748ab860e7cdd3a.zip
kernel: update kernel 4.1 to version 4.1.23
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49296 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 ca35e57619..92e36f0bb1 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
-@@ -2657,6 +2657,7 @@ enum {
+@@ -2659,6 +2659,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,
-@@ -2664,6 +2665,18 @@ ssize_t __blockdev_direct_IO(struct kioc
+@@ -2666,6 +2667,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);