All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thavatchai Makphaibulchoke <thavatchai.makpahibulchoke@hp.com>
To: Andreas Dilger <adilger@dilger.ca>
Cc: T Makphaibulchoke <tmac@hp.com>, Theodore Ts'o <tytso@mit.edu>,
	adilger.kernel@dilger.ca,
	"linux-ext4@vger.kernel.org List" <linux-ext4@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	aswin@hp.com
Subject: Re: [PATCH 1/2] fs/ext4: adding and initalizing new members of ext4_inode_info and ext4_sb_info
Date: Thu, 03 Oct 2013 17:14:30 -0600	[thread overview]
Message-ID: <524DFA56.6000708@hp.com> (raw)
In-Reply-To: <94F53E8F-6D99-4747-97A9-4FB60DD2BED2@dilger.ca>

On 10/03/2013 06:37 PM, Andreas Dilger wrote:
> On 2013-10-02, at 9:36 AM, T Makphaibulchoke wrote:
> 
> What do these additional fields do to the size of struct ext4_inode_info?
> I recall that Ted did a bunch of work to shrink this enough to fit nicely
> into a slab, and it would be a shame to increase the inode size to overflow
> the current packing and increase per-inode memory usage by 25-33%, for an
> improvement that is only noticeable on a 90-core machine.
> 
> Is there another lock that could be shared for this that is unlikely to
> cause much contention?

Thanks for the suggestion.  I was also thinking about this earlier, not sure if it's a good practice.  Looks like it is way better than increasing the inode size.  Will look into this in my rework.
 
> 
> Also, it isn't clear to me why this patch is separate from 2/2, because
> all it does is add fields that are not used for anything.  I don't think
> the 8 lines of code here are so complex that they can't be part of the
> same patch that is actually using them.
> 
> Cheers, Andreas
> 

I was debating whether to combine them into 1 or make them 2 patches.  I'll combine them into one patch in my next submittal.

Thanks,
Mak.

      reply	other threads:[~2013-10-03 23:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-02 15:36 [PATCH 1/2] fs/ext4: adding and initalizing new members of ext4_inode_info and ext4_sb_info T Makphaibulchoke
2013-10-02 15:36 ` [PATCH 2/2] fs/ext4/namei.c: reducing contention on s_orphan_lock mmutex T Makphaibulchoke
2013-10-03  2:05   ` Zheng Liu
2013-10-03  8:31     ` Thavatchai Makphaibulchoke
2013-10-04  0:41   ` Andreas Dilger
2013-10-03 23:08     ` Thavatchai Makphaibulchoke
2013-10-04  0:37 ` [PATCH 1/2] fs/ext4: adding and initalizing new members of ext4_inode_info and ext4_sb_info Andreas Dilger
2013-10-03 23:14   ` Thavatchai Makphaibulchoke [this message]

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=524DFA56.6000708@hp.com \
    --to=thavatchai.makpahibulchoke@hp.com \
    --cc=adilger.kernel@dilger.ca \
    --cc=adilger@dilger.ca \
    --cc=aswin@hp.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tmac@hp.com \
    --cc=tytso@mit.edu \
    /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.