aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2016-03-01 23:16:17 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2016-03-01 23:16:17 +0000
commit7768735873566d26a006c19e21d95d82e7117c31 (patch)
treef416bc26820d127f03a42e58cef93b3b5bd87160 /target/linux/generic/patches-3.18/903-debloat_direct_io.patch
parent25b34dd97fcb36350ac515469001e7c489521718 (diff)
downloadupstream-7768735873566d26a006c19e21d95d82e7117c31.tar.gz
upstream-7768735873566d26a006c19e21d95d82e7117c31.tar.bz2
upstream-7768735873566d26a006c19e21d95d82e7117c31.zip
kernel: update kernel 3.18 to version 3.18.27
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48874
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,
};