aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2016-03-01 23:16:17 +0000
committerHauke Mehrtens <hauke@openwrt.org>2016-03-01 23:16:17 +0000
commit02d8c768e6c69970e295211d91dcb562deb8aee7 (patch)
tree5266746907ff2318f34d6be696d1c9ef2d9b60fe /target/linux/generic/patches-3.18/903-debloat_direct_io.patch
parentfc48dd37c08d7d0c9cd93918c3b005cee157eb56 (diff)
downloadmaster-187ad058-02d8c768e6c69970e295211d91dcb562deb8aee7.tar.gz
master-187ad058-02d8c768e6c69970e295211d91dcb562deb8aee7.tar.bz2
master-187ad058-02d8c768e6c69970e295211d91dcb562deb8aee7.zip
kernel: update kernel 3.18 to version 3.18.27
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48874 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.18/903-debloat_direct_io.patch')
-rw-r--r--target/linux/generic/patches-3.18/903-debloat_direct_io.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/903-debloat_direct_io.patch b/target/linux/generic/patches-3.18/903-debloat_direct_io.patch
index 92190e47a9..dbb08ca4e7 100644
--- a/target/linux/generic/patches-3.18/903-debloat_direct_io.patch
+++ b/target/linux/generic/patches-3.18/903-debloat_direct_io.patch
@@ -26,7 +26,7 @@
endif
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
-@@ -2528,12 +2528,25 @@ enum {
+@@ -2529,12 +2529,25 @@ enum {
DIO_ASYNC_EXTEND = 0x04,
};