aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.0/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-04-07 21:34:38 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-04-07 21:34:38 +0000
commit8100b227a99bcdfac356cdd24166343851f362bc (patch)
tree3ec92dbf96d791548e8b015a0860d746f6a3bd51 /target/linux/generic/patches-4.0/903-debloat_direct_io.patch
parent95f7fb8f494a40fbbc7a3b1f4d6bc8a3efba9b7e (diff)
downloadupstream-8100b227a99bcdfac356cdd24166343851f362bc.tar.gz
upstream-8100b227a99bcdfac356cdd24166343851f362bc.tar.bz2
upstream-8100b227a99bcdfac356cdd24166343851f362bc.zip
generic/4.0: upgrade to 4.0-rc7
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45305
Diffstat (limited to 'target/linux/generic/patches-4.0/903-debloat_direct_io.patch')
-rw-r--r--target/linux/generic/patches-4.0/903-debloat_direct_io.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.0/903-debloat_direct_io.patch b/target/linux/generic/patches-4.0/903-debloat_direct_io.patch
index cb32df2094..1b5453bc2b 100644
--- a/target/linux/generic/patches-4.0/903-debloat_direct_io.patch
+++ b/target/linux/generic/patches-4.0/903-debloat_direct_io.patch
@@ -26,7 +26,7 @@
endif
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
-@@ -2614,12 +2614,25 @@ enum {
+@@ -2615,12 +2615,25 @@ enum {
DIO_ASYNC_EXTEND = 0x04,
};