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
commit0d7d44e1c14da6001a358d3c1777d82d42fb12f4 (patch)
treef3753cac1e3fa34d450ce24b3029ec0db914a74c /target/linux/generic/patches-4.0/903-debloat_direct_io.patch
parent046a1b56406df961c37fe3e6a30ee57060363aa1 (diff)
downloadmaster-187ad058-0d7d44e1c14da6001a358d3c1777d82d42fb12f4.tar.gz
master-187ad058-0d7d44e1c14da6001a358d3c1777d82d42fb12f4.tar.bz2
master-187ad058-0d7d44e1c14da6001a358d3c1777d82d42fb12f4.zip
generic/4.0: upgrade to 4.0-rc7
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45305 3c298f89-4303-0410-b956-a3cf2f4a3e73
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,
};