public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4 : Remove unused variable journal from ext4_show_options
@ 2008-06-30 18:55 Manish Katiyar
  2008-07-05 16:16 ` Theodore Tso
  0 siblings, 1 reply; 2+ messages in thread
From: Manish Katiyar @ 2008-06-30 18:55 UTC (permalink / raw)
  To: linux-ext4, LKML, kernel-janitors

=======================================================================

Signed-off-by : Manish Katiyar <mkatiyar@gmail.com>

---
 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 cb96f12..d9d12c1 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)
        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);
-- 
1.5.4.3

========================================================================

-- 
Thanks & Regards,
********************************************
Manish Katiyar ( http://mkatiyar.googlepages.com )
3rd Floor, Fair Winds Block
EGL Software Park
Off Intermediate Ring Road
Bangalore 560071, India
***********************************************

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ext4 : Remove unused variable journal from ext4_show_options
  2008-06-30 18:55 [PATCH] ext4 : Remove unused variable journal from ext4_show_options Manish Katiyar
@ 2008-07-05 16:16 ` Theodore Tso
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Tso @ 2008-07-05 16:16 UTC (permalink / raw)
  To: Manish Katiyar; +Cc: linux-ext4, LKML, kernel-janitors

Thanks for submitting the patch!  This is already in the ext4 patch
queue to be pushed at the next merge window.  (I submitted the exact
same patch to linux-ext4 as a cleanup a month ago.)

     	      		      	      	- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-05 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-30 18:55 [PATCH] ext4 : Remove unused variable journal from ext4_show_options Manish Katiyar
2008-07-05 16:16 ` Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox