From: Andrew Morton <akpm@osdl.org>
To: Kirill Korotaev <dev@sw.ru>
Cc: wli@holomorphy.com, torvalds@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] adding per sb inode list to make invalidate_inodes() faster
Date: Fri, 10 Sep 2004 02:05:29 -0700 [thread overview]
Message-ID: <20040910020529.2a1ea4f3.akpm@osdl.org> (raw)
In-Reply-To: <41416BCA.3020005@sw.ru>
Kirill Korotaev <dev@sw.ru> wrote:
>
> Well for sure this bug can be triggered only on really big servers with
> a huge amount of memory and cache size.
> It's up to you whether to apply it or not. I understand your position
> about 8 bytes, but probably it's just a question of using kernel,
> whether it's a user or server system.
> Probably we can introduce some config option which would trigger
> features such as this one for enterprise systems.
I am paralysed by indecision!
It would be nice if we had evidence that more than one site in the world
was affected by this :(
I can't see an less space-consuming alternative here (apart from per-sb lru)
> >> Also, the additional sizeof(struct list_head) is only a requirement
> >> while the global inode LRU is maintained. I believed it would have
> >> been beneficial to have localized the LRU to the sb also, which would
> >> have maintained sizeof(struct inode0 at parity with current mainline.
> >
> > Could be. We would give each superblock its own shrinker callback and
> > everything should balance out nicely (hah).
>
> heh, and how do you plan to make per-sb LRU to be fair?
Good point.
next prev parent reply other threads:[~2004-09-10 9:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-09 15:39 [PATCH] adding per sb inode list to make invalidate_inodes() faster Kirill Korotaev
2004-09-09 15:51 ` Linus Torvalds
2004-09-09 17:19 ` William Lee Irwin III
2004-09-09 18:06 ` Andrew Morton
2004-09-09 18:18 ` William Lee Irwin III
2004-09-09 19:08 ` Andrew Morton
2004-09-09 19:35 ` William Lee Irwin III
2004-09-10 8:54 ` Kirill Korotaev
2004-09-10 9:05 ` Andrew Morton [this message]
2004-09-10 20:14 ` Denis Vlasenko
2004-09-11 9:15 ` Re[2]: " Kirill Korotaev
2004-09-10 8:32 ` Kirill Korotaev
2004-09-10 14:22 ` Linus Torvalds
2004-09-10 16:56 ` Kirill Korotaev
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=20040910020529.2a1ea4f3.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=dev@sw.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
--cc=wli@holomorphy.com \
/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.