All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerome Pinot <ngc891@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [PATCH][2.6.14-rc3] ext3: fix build warning if !quota
Date: Sat, 01 Oct 2005 16:20:25 +0000	[thread overview]
Message-ID: <88ee31b70510010920736b8007@mail.gmail.com> (raw)
In-Reply-To: <88ee31b70510010842545d15ff@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 909 bytes --]

> There is a problem with your mailer setup, if you can't manage to> include the patch inline, please attach it (it is considered bad, but> at least your patch can be applied).
I really think I'm doomed with this one.
Here is the patch (sorry for the list)
------8<------diff -Naur a/fs/ext3/super.c b/fs/ext3/super.c--- a/fs/ext3/super.c	2005-09-29 00:28:16.000000000 +0000+++ b/fs/ext3/super.c	2005-09-29 02:18:22.000000000 +0000@@ -513,7 +513,9 @@ static int ext3_show_options(struct seq_file *seq, struct vfsmount *vfs) { 	struct super_block *sb = vfs->mnt_sb;+#if defined(CONFIG_QUOTA) 	struct ext3_sb_info *sbi = EXT3_SB(sb);+#endif
 	if (test_opt(sb, DATA_FLAGS) == EXT3_MOUNT_JOURNAL_DATA) 		seq_puts(seq, ",data=journal");------8<------
You can get it too from here:http://lkml.org/lkml/diff/2005/9/28/341/1
I'll work on my patch submission process...
Thanks
--Jerome Pinothttp://ngc891.blogdns.net/

[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

  reply	other threads:[~2005-10-01 16:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-01 15:42 [KJ] [PATCH][2.6.14-rc3] ext3: fix build warning if !quota Jerome Pinot
2005-10-01 16:20 ` Jerome Pinot [this message]
2005-10-01 16:36 ` Alexey Dobriyan
2005-10-02 11:40 ` Alexey Dobriyan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=88ee31b70510010920736b8007@mail.gmail.com \
    --to=ngc891@gmail.com \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.