aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-17 11:16:45 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-17 11:16:45 +0000
commitdd0d8069c6787b7f7e2bebe267a8f71f2a43cc9f (patch)
tree3bec8d80e626656729d27d00342ce4fc4bc201f2 /toolchain
parent4fd506afe9c6dcf67c91d3777e58f483f1b86be8 (diff)
downloadupstream-dd0d8069c6787b7f7e2bebe267a8f71f2a43cc9f.tar.gz
upstream-dd0d8069c6787b7f7e2bebe267a8f71f2a43cc9f.tar.bz2
upstream-dd0d8069c6787b7f7e2bebe267a8f71f2a43cc9f.zip
toolchain/kernel-headers: remove an obsolete patch directory
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44871 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/kernel-headers/patches-3.3.5/100-ext2_fs_header.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/toolchain/kernel-headers/patches-3.3.5/100-ext2_fs_header.patch b/toolchain/kernel-headers/patches-3.3.5/100-ext2_fs_header.patch
deleted file mode 100644
index 1bd9c9d549..0000000000
--- a/toolchain/kernel-headers/patches-3.3.5/100-ext2_fs_header.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: linux-3.3.5/include/linux/ext2_fs.h
-===================================================================
---- linux-3.3.5.orig/include/linux/ext2_fs.h 2012-05-12 05:49:43.555033434 -0400
-+++ linux-3.3.5/include/linux/ext2_fs.h 2012-05-12 05:51:01.895033564 -0400
-@@ -209,7 +209,11 @@
- #define EXT2_OTHER_FLMASK (EXT2_NODUMP_FL | EXT2_NOATIME_FL)
-
- /* Mask out flags that are inappropriate for the given type of inode. */
-+#ifdef __KERNEL__
- static inline __u32 ext2_mask_flags(umode_t mode, __u32 flags)
-+#else
-+static inline __u32 ext2_mask_flags(unsigned short mode, __u32 flags)
-+#endif
- {
- if (S_ISDIR(mode))
- return flags;
-@@ -219,6 +223,7 @@
- return flags & EXT2_OTHER_FLMASK;
- }
-
-+
- /*
- * ioctl commands
- */