diff options
Diffstat (limited to 'target/linux/generic/patches-3.10/903-debloat_direct_io.patch')
-rw-r--r-- | target/linux/generic/patches-3.10/903-debloat_direct_io.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.10/903-debloat_direct_io.patch b/target/linux/generic/patches-3.10/903-debloat_direct_io.patch index a16eff64c7..4f3545db6c 100644 --- a/target/linux/generic/patches-3.10/903-debloat_direct_io.patch +++ b/target/linux/generic/patches-3.10/903-debloat_direct_io.patch @@ -26,7 +26,7 @@ endif --- a/include/linux/fs.h +++ b/include/linux/fs.h -@@ -2467,12 +2467,26 @@ enum { +@@ -2468,12 +2468,26 @@ enum { DIO_SKIP_HOLES = 0x02, }; |