diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-07-11 19:27:31 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-07-11 19:27:31 -0400 |
commit | 7ad72ca60b6be3c79f90a81ce5883e12a2c6e667 (patch) | |
tree | 7d685f946bdbe19219a3067549d5a5c8602f3c76 /fs | |
parent | 574ca174c97f790086e3e6f2251381420ad38fd0 (diff) |
ext4: Remove unused variable from ext4_show_options
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/ext4/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 02bf24343979..588cfb408642 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -671,7 +671,6 @@ static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs) | |||
671 | unsigned long def_mount_opts; | 671 | unsigned long def_mount_opts; |
672 | struct super_block *sb = vfs->mnt_sb; | 672 | struct super_block *sb = vfs->mnt_sb; |
673 | struct ext4_sb_info *sbi = EXT4_SB(sb); | 673 | struct ext4_sb_info *sbi = EXT4_SB(sb); |
674 | journal_t *journal = sbi->s_journal; | ||
675 | struct ext4_super_block *es = sbi->s_es; | 674 | struct ext4_super_block *es = sbi->s_es; |
676 | 675 | ||
677 | def_mount_opts = le32_to_cpu(es->s_default_mount_opts); | 676 | def_mount_opts = le32_to_cpu(es->s_default_mount_opts); |