1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

update to the latest stable kernels

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24136 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
kaloz
2010-11-24 18:50:11 +00:00
parent d7e3482069
commit d053fa7af0
43 changed files with 60 additions and 60 deletions

View File

@@ -15,7 +15,7 @@ Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -4010,6 +4010,7 @@ static inline void unregister_as_ext2(vo
@@ -4015,6 +4015,7 @@ static inline void unregister_as_ext2(vo
{
unregister_filesystem(&ext2_fs_type);
}
@@ -23,7 +23,7 @@ Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
#else
static inline void register_as_ext2(void) { }
static inline void unregister_as_ext2(void) { }
@@ -4036,6 +4037,7 @@ static inline void unregister_as_ext3(vo
@@ -4041,6 +4042,7 @@ static inline void unregister_as_ext3(vo
{
unregister_filesystem(&ext3_fs_type);
}