diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-10-23 14:56:09 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-10-23 14:56:09 +0200 |
commit | 920f92265207c8bfb24136c7245e1558cc8337ec (patch) | |
tree | bc94429315183d65a342558c134f65faeaa7b3ba /target | |
parent | 2187f57db6f55d41d68704179d309fbb6199b08e (diff) | |
download | upstream-920f92265207c8bfb24136c7245e1558cc8337ec.tar.gz upstream-920f92265207c8bfb24136c7245e1558cc8337ec.tar.bz2 upstream-920f92265207c8bfb24136c7245e1558cc8337ec.zip |
kernel: update kernel 4.4 to version 4.4.27
Refresh patches for all targets that support kernel 4.4.
compile/run-tested on brcm2708/bcm2710 only.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/patches-4.4/903-debloat_direct_io.patch | 4 |
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 afdc48b92c..7f6c529940 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 -@@ -2716,6 +2716,7 @@ enum { +@@ -2717,6 +2717,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, -@@ -2723,6 +2724,18 @@ ssize_t __blockdev_direct_IO(struct kioc +@@ -2724,6 +2725,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); |