|
@@ -4005,6 +4005,7 @@ static inline void unregister_as_ext2(void)
|
|
{
|
|
{
|
|
unregister_filesystem(&ext2_fs_type);
|
|
unregister_filesystem(&ext2_fs_type);
|
|
}
|
|
}
|
|
|
|
+MODULE_ALIAS("ext2");
|
|
#else
|
|
#else
|
|
static inline void register_as_ext2(void) { }
|
|
static inline void register_as_ext2(void) { }
|
|
static inline void unregister_as_ext2(void) { }
|
|
static inline void unregister_as_ext2(void) { }
|
|
@@ -4031,6 +4032,7 @@ static inline void unregister_as_ext3(void)
|
|
{
|
|
{
|
|
unregister_filesystem(&ext3_fs_type);
|
|
unregister_filesystem(&ext3_fs_type);
|
|
}
|
|
}
|
|
|
|
+MODULE_ALIAS("ext3");
|
|
#else
|
|
#else
|
|
static inline void register_as_ext3(void) { }
|
|
static inline void register_as_ext3(void) { }
|
|
static inline void unregister_as_ext3(void) { }
|
|
static inline void unregister_as_ext3(void) { }
|