Whamcloud - gitweb
Branch: b1_8
authoradilger <adilger>
Sat, 28 Jun 2008 06:30:54 +0000 (06:30 +0000)
committeradilger <adilger>
Sat, 28 Jun 2008 06:30:54 +0000 (06:30 +0000)
Remove unused variable.

ldiskfs/kernel_patches/patches/ext3-mballoc3-core.patch

index 6de92b0..d849bd0 100644 (file)
@@ -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()))