summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.9/903-debloat_direct_io.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-17 19:46:32 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-17 19:46:32 +0000
commitfb70273fd619dce233f41a2d1522d98d71b958e3 (patch)
treedf41253958a8b2f4377bbbac99b262124986bb26 /target/linux/generic/patches-3.9/903-debloat_direct_io.patch
parent5f2e453359016b4c7e9d33be82968ccd36045151 (diff)
kernel: refresh 3.9 patches
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36074 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.9/903-debloat_direct_io.patch')
-rw-r--r--target/linux/generic/patches-3.9/903-debloat_direct_io.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.9/903-debloat_direct_io.patch b/target/linux/generic/patches-3.9/903-debloat_direct_io.patch
index 05721b397..c4a99a33b 100644
--- a/target/linux/generic/patches-3.9/903-debloat_direct_io.patch
+++ b/target/linux/generic/patches-3.9/903-debloat_direct_io.patch
@@ -26,7 +26,7 @@
endif
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
-@@ -2447,12 +2447,26 @@ enum {
+@@ -2449,12 +2449,26 @@ enum {
DIO_SKIP_HOLES = 0x02,
};