From 895a50d6c3c7607b28401b630067ae4444ac5ced Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 28 Jun 2008 06:30:54 +0000 Subject: [PATCH] Branch: b1_8 Remove unused variable. --- ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch b/ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch index 6de92b0..d849bd0 100644 --- a/ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch +++ b/ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch @@ -199,7 +199,7 @@ Index: linux-2.6.18-53.1.14/fs/ext3/super.c sb->s_fs_info = NULL; kfree(sbi); lock_kernel(); -@@ -2782,9 +2796,47 @@ static struct file_system_type ext3_fs_t +@@ -2782,9 +2796,46 @@ static struct file_system_type ext3_fs_t .fs_flags = FS_REQUIRES_DEV, }; @@ -208,7 +208,6 @@ Index: linux-2.6.18-53.1.14/fs/ext3/super.c + +int __init init_ext3_proc(void) +{ -+ struct proc_dir_entry *proc; + int ret; + + if ((ret = init_ext3_mb_proc())) -- 1.8.3.1