summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.14/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-03-26 14:14:20 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-03-26 14:14:20 +0000
commit132f7d3cc9ed2d2587214b4f5e7aced259dc223f (patch)
tree37811c5a731a1c991753037c70a3a1a15b4a2222 /target/linux/generic/patches-3.14/903-debloat_direct_io.patch
parentb8e295aa7b5c4fcc4c0de34af8e04b39ac871d18 (diff)
downloadmtk-20170518-132f7d3cc9ed2d2587214b4f5e7aced259dc223f.zip
mtk-20170518-132f7d3cc9ed2d2587214b4f5e7aced259dc223f.tar.gz
mtk-20170518-132f7d3cc9ed2d2587214b4f5e7aced259dc223f.tar.bz2
update to 3.14-rc8
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 40023
Diffstat (limited to 'target/linux/generic/patches-3.14/903-debloat_direct_io.patch')
-rw-r--r--target/linux/generic/patches-3.14/903-debloat_direct_io.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/903-debloat_direct_io.patch b/target/linux/generic/patches-3.14/903-debloat_direct_io.patch
index 3aaa1b3..06fcdb0 100644
--- a/target/linux/generic/patches-3.14/903-debloat_direct_io.patch
+++ b/target/linux/generic/patches-3.14/903-debloat_direct_io.patch
@@ -26,7 +26,7 @@
endif
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
-@@ -2553,12 +2553,26 @@ enum {
+@@ -2557,12 +2557,26 @@ enum {
DIO_SKIP_HOLES = 0x02,
};