aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.32/042-ext4_add_ext23_module_aliases.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-05 11:43:34 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-05 11:43:34 +0000
commit3a416fef4f9b7603bd42ec641148295cce6f998d (patch)
tree64eadb3d1c8cc4f6fe4cb32dab5dd57935e70e09 /target/linux/generic/patches-2.6.32/042-ext4_add_ext23_module_aliases.patch
parentc52b8023cfb767d102e259222e564738e7ff1899 (diff)
downloadupstream-3a416fef4f9b7603bd42ec641148295cce6f998d.tar.gz
upstream-3a416fef4f9b7603bd42ec641148295cce6f998d.tar.bz2
upstream-3a416fef4f9b7603bd42ec641148295cce6f998d.zip
linux/2.6.32: R.I.P.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31597 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.32/042-ext4_add_ext23_module_aliases.patch')
-rw-r--r--target/linux/generic/patches-2.6.32/042-ext4_add_ext23_module_aliases.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/generic/patches-2.6.32/042-ext4_add_ext23_module_aliases.patch b/target/linux/generic/patches-2.6.32/042-ext4_add_ext23_module_aliases.patch
deleted file mode 100644
index 2bf863b2d4..0000000000
--- a/target/linux/generic/patches-2.6.32/042-ext4_add_ext23_module_aliases.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 51b7e3c9fbe7d22d4e355101e9a73b44fc5c9feb Mon Sep 17 00:00:00 2001
-From: Theodore Ts'o <tytso@mit.edu>
-Date: Mon, 21 Dec 2009 10:56:09 -0500
-Subject: [PATCH] ext4: add module aliases for ext2 and ext3
-
-Add module aliases for ext2 and ext3 when CONFIG_EXT4_USE_FOR_EXT23 is
-set. This makes the existing user-space stuff like mkinitrd working
-as is.
-
-Signed-off-by: Takashi Iwai <tiwai@suse.de>
-Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
----
- fs/ext4/super.c | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
---- a/fs/ext4/super.c
-+++ b/fs/ext4/super.c
-@@ -4015,6 +4015,7 @@ static inline void unregister_as_ext2(vo
- {
- unregister_filesystem(&ext2_fs_type);
- }
-+MODULE_ALIAS("ext2");
- #else
- static inline void register_as_ext2(void) { }
- static inline void unregister_as_ext2(void) { }
-@@ -4041,6 +4042,7 @@ static inline void unregister_as_ext3(vo
- {
- unregister_filesystem(&ext3_fs_type);
- }
-+MODULE_ALIAS("ext3");
- #else
- static inline void register_as_ext3(void) { }
- static inline void unregister_as_ext3(void) { }