diff options
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.patch | 2 |
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 05721b3977..c4a99a33b4 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, }; |