Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ad72ca6 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: Remove unused variable from ext4_show_options



Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 574ca174
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -671,7 +671,6 @@ static int ext4_show_options(struct seq_file *seq, struct vfsmount *vfs)
	unsigned long def_mount_opts;
	struct super_block *sb = vfs->mnt_sb;
	struct ext4_sb_info *sbi = EXT4_SB(sb);
	journal_t *journal = sbi->s_journal;
	struct ext4_super_block *es = sbi->s_es;

	def_mount_opts = le32_to_cpu(es->s_default_mount_opts);