diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-02 09:25:33 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-02 09:25:33 +0000 |
commit | aa2ff3f105fd37cf7ccd013705af968d0f3209b6 (patch) | |
tree | 71cbf6532c2332d4db83deb9172265e73a221099 /target/linux/generic/patches-3.14/903-debloat_direct_io.patch | |
parent | 7c0d5b99c4c0d6bfbf974898a92373f010c4efbd (diff) | |
download | mtk-20170518-aa2ff3f105fd37cf7ccd013705af968d0f3209b6.zip mtk-20170518-aa2ff3f105fd37cf7ccd013705af968d0f3209b6.tar.gz mtk-20170518-aa2ff3f105fd37cf7ccd013705af968d0f3209b6.tar.bz2 |
kernel: update 3.14 to 3.14.5
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 40901
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.patch | 2 |
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 06fcdb0..8154763 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) { |