aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-06-02 09:25:33 +0000
committerLuka Perkov <luka@openwrt.org>2014-06-02 09:25:33 +0000
commite23676609bb3f2502b7e2ebf82c07ef26d7be810 (patch)
treeb0b2c2439140e501cc6178891d37bc78c42fdc79 /target/linux/generic/patches-3.14/903-debloat_direct_io.patch
parentf1f2e5a8ba2f214fe09e8ee53bbc5516c316160c (diff)
downloadupstream-e23676609bb3f2502b7e2ebf82c07ef26d7be810.tar.gz
upstream-e23676609bb3f2502b7e2ebf82c07ef26d7be810.tar.bz2
upstream-e23676609bb3f2502b7e2ebf82c07ef26d7be810.zip
kernel: update 3.14 to 3.14.5
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40901 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 06fcdb0338..8154763b9a 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
@@ -68,7 +68,7 @@
--- a/fs/open.c
+++ b/fs/open.c
-@@ -665,9 +665,12 @@ int open_check_o_direct(struct file *f)
+@@ -654,9 +654,12 @@ int open_check_o_direct(struct file *f)
{
/* NB: we're sure to have correct a_ops only after f_op->open */
if (f->f_flags & O_DIRECT) {