From 1dff42652b2c4cefbbf67ed334759846583add80 Mon Sep 17 00:00:00 2001 From: girish Date: Sat, 19 Jul 2008 10:34:36 +0000 Subject: [PATCH] Remove an 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 f5f46be..db476bf 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.16.54-0.2.5/fs/ext3/super.c sb->s_fs_info = NULL; kfree(sbi); lock_kernel(); -@@ -2748,9 +2762,47 @@ static struct file_system_type ext3_fs_t +@@ -2748,9 +2762,46 @@ static struct file_system_type ext3_fs_t .fs_flags = FS_REQUIRES_DEV, }; @@ -208,7 +208,6 @@ Index: linux-2.6.16.54-0.2.5/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