1 ext4: Remove unused variable from ext4_show_options
3 From: "Theodore Ts'o" <tytso@mit.edu>
5 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
8 1 file changed, 1 deletion(-)
10 Index: linux-2.6.26-rc6/fs/ext4/super.c
11 ===================================================================
12 --- linux-2.6.26-rc6.orig/fs/ext4/super.c 2008-06-17 10:43:20.000000000 -0700
13 +++ linux-2.6.26-rc6/fs/ext4/super.c 2008-06-17 10:43:26.000000000 -0700
14 @@ -671,7 +671,6 @@ static int ext4_show_options(struct seq_
15 unsigned long def_mount_opts;
16 struct super_block *sb = vfs->mnt_sb;
17 struct ext4_sb_info *sbi = EXT4_SB(sb);
18 - journal_t *journal = sbi->s_journal;
19 struct ext4_super_block *es = sbi->s_es;
21 def_mount_opts = le32_to_cpu(es->s_default_mount_opts);