gemini: drop kernel 3.9 support
[15.05/openwrt.git] / target / linux / generic / patches-3.9 / 903-debloat_direct_io.patch
index 05721b3..93082ee 100644 (file)
@@ -1,6 +1,6 @@
 --- a/fs/Kconfig
 +++ b/fs/Kconfig
-@@ -62,6 +62,11 @@ config FILE_LOCKING
+@@ -61,6 +61,11 @@ config FILE_LOCKING
            for filesystems like NFS and for the flock() system
            call. Disabling this option saves about 11k.
  
@@ -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,
  };