mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
To: jack@suse.cz
Cc: linux-kernel@vger.kernel.org, hch@infradead.org
Subject: Re: [PATCH 2/2] Use feature code to eliminate quota pointers from inodes for filesystems that don't need it.
Date: Sat, 02 May 2009 12:23:52 +0900 (JST)	[thread overview]
Message-ID: <20090502.122352.99036120.ryusuke@osrg.net> (raw)
In-Reply-To: <1241112678-6615-3-git-send-email-jack@suse.cz>

On Thu, 30 Apr 2009 19:31:18 +0200, Jan Kara wrote:
> Signed-off-by: Jan Kara <jack@suse.cz>
> ---
>  fs/ext2/ext2.h     |    1 +
>  fs/ext2/super.c    |    5 ++
>  fs/inode.c         |    7 ++-
>  fs/nilfs2/mdt.c    |    3 -
>  fs/quota/dquot.c   |  134 ++++++++++++++++++++++++++++++----------------------
>  include/linux/fs.h |   10 +++-
>  6 files changed, 97 insertions(+), 63 deletions(-)

<snip>

> diff --git a/fs/nilfs2/mdt.c b/fs/nilfs2/mdt.c
> index 47dd815..725cd80 100644
> --- a/fs/nilfs2/mdt.c
> +++ b/fs/nilfs2/mdt.c
> @@ -478,9 +478,6 @@ nilfs_mdt_new_common(struct the_nilfs *nilfs, struct super_block *sb,
>  		inode->i_blocks = 0;
>  		inode->i_bytes = 0;
>  		inode->i_generation = 0;
> -#ifdef CONFIG_QUOTA
> -		memset(&inode->i_dquot, 0, sizeof(inode->i_dquot));
> -#endif
>  		inode->i_pipe = NULL;
>  		inode->i_bdev = NULL;
>  		inode->i_cdev = NULL;

Ack-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>

<snip>

Thanks,
Ryusuke Konishi

  reply	other threads:[~2009-05-02  3:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-30 17:31 [RFC PATCH 0/2] A new way of attaching information to inodes Jan Kara
2009-04-30 17:31 ` [PATCH 1/2] Implement trivial struct feature macros Jan Kara
2009-05-01  9:14   ` Christoph Hellwig
2009-04-30 17:31 ` [PATCH 2/2] Use feature code to eliminate quota pointers from inodes for filesystems that don't need it Jan Kara
2009-05-02  3:23   ` Ryusuke Konishi [this message]
2009-04-30 19:43 ` [RFC PATCH 0/2] A new way of attaching information to inodes Theodore Tso
2009-05-01  9:08   ` Christoph Hellwig

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=20090502.122352.99036120.ryusuke@osrg.net \
    --to=konishi.ryusuke@lab.ntt.co.jp \
    --cc=hch@infradead.org \
    --cc=jack@suse.cz \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®