login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
July
»
22
Re: [PATCH 3/7] memcg: nid and zid can be calculated from zone
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Mel Gorman
Subject:
Re: [PATCH 3/7] memcg: nid and zid can be calculated from zone
Date: Thursday, July 22, 2010 - 4:01 am
On Wed, Jul 21, 2010 at 10:33:56PM +0900, KOSAKI Motohiro wrote:
quoted text
> > > +static inline int zone_nid(struct zone *zone) > > > +{ > > > + return zone->zone_pgdat->node_id; > > > +} > > > + > > > > hmm, adding a helper and not converting the existing users of > > zone->zone_pgdat may be a little confusing particularly as both types of > > usage would exist in the same file e.g. in mem_cgroup_zone_nr_pages. > > I see. here is incrementa patch. >
Looks grand. Thanks
quoted text
> From 62cf765251af257c98fc92a58215d101d200e7ef Mon Sep 17 00:00:00 2001 > From: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> > Date: Tue, 20 Jul 2010 11:30:14 +0900 > Subject: [PATCH] memcg: convert to zone_nid() from bare zone->zone_pgdat->node_id > > Now, we have zone_nid(). this patch convert all existing users of > zone->zone_pgdat. > > Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> > > <SNIP>
-- Mel Gorman Part-time Phd Student Linux Technology Center University of Limerick IBM Dublin Software Lab --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/7] memcg reclaim tracepoint
, KOSAKI Motohiro
, (Fri Jul 16, 3:12 am)
[PATCH 1/7] memcg: sc.nr_to_reclaim should be initialized
, KOSAKI Motohiro
, (Fri Jul 16, 3:13 am)
[PATCH 2/7] memcg: mem_cgroup_shrink_node_zone() doesn't n ...
, KOSAKI Motohiro
, (Fri Jul 16, 3:14 am)
[PATCH 3/7] memcg: nid and zid can be calculated from zone
, KOSAKI Motohiro
, (Fri Jul 16, 3:15 am)
[PATCH 4/7] vmscan: convert direct reclaim tracepoint to D ...
, KOSAKI Motohiro
, (Fri Jul 16, 3:16 am)
[PATCH 5/7] memcg, vmscan: add memcg reclaim tracepoint
, KOSAKI Motohiro
, (Fri Jul 16, 3:16 am)
Re: [PATCH 1/7] memcg: sc.nr_to_reclaim should be initialized
, KAMEZAWA Hiroyuki
, (Fri Jul 16, 3:17 am)
[PATCH 6/7] vmscan: convert mm_vmscan_lru_isolate to DEFIN ...
, KOSAKI Motohiro
, (Fri Jul 16, 3:17 am)
[PATCH 7/7] memcg: add mm_vmscan_memcg_isolate tracepoint
, KOSAKI Motohiro
, (Fri Jul 16, 3:18 am)
Re: [PATCH 2/7] memcg: mem_cgroup_shrink_node_zone() doesn ...
, KAMEZAWA Hiroyuki
, (Fri Jul 16, 3:18 am)
Re: [PATCH 3/7] memcg: nid and zid can be calculated from zone
, KAMEZAWA Hiroyuki
, (Fri Jul 16, 3:19 am)
Re: [PATCH 4/7] vmscan: convert direct reclaim tracepoint ...
, KAMEZAWA Hiroyuki
, (Fri Jul 16, 3:20 am)
Re: [PATCH 5/7] memcg, vmscan: add memcg reclaim tracepoint
, KAMEZAWA Hiroyuki
, (Fri Jul 16, 3:21 am)
Re: [PATCH 6/7] vmscan: convert mm_vmscan_lru_isolate to D ...
, KAMEZAWA Hiroyuki
, (Fri Jul 16, 3:22 am)
Re: [PATCH 7/7] memcg: add mm_vmscan_memcg_isolate tracepoint
, KAMEZAWA Hiroyuki
, (Fri Jul 16, 3:23 am)
Re: [PATCH 1/7] memcg: sc.nr_to_reclaim should be initialized
, Mel Gorman
, (Fri Jul 16, 3:25 am)
Re: [PATCH 2/7] memcg: mem_cgroup_shrink_node_zone() doesn ...
, Mel Gorman
, (Fri Jul 16, 3:47 am)
Re: [PATCH 3/7] memcg: nid and zid can be calculated from zone
, Mel Gorman
, (Fri Jul 16, 3:56 am)
Re: [PATCH 4/7] vmscan: convert direct reclaim tracepoint ...
, Mel Gorman
, (Fri Jul 16, 4:08 am)
Re: [PATCH 5/7] memcg, vmscan: add memcg reclaim tracepoint
, Mel Gorman
, (Fri Jul 16, 4:17 am)
Re: [PATCH 7/7] memcg: add mm_vmscan_memcg_isolate tracepoint
, Mel Gorman
, (Fri Jul 16, 4:21 am)
Re: [PATCH 7/7] memcg: add mm_vmscan_memcg_isolate tracepoint
, Mel Gorman
, (Fri Jul 16, 6:18 am)
Re: [PATCH 0/7] memcg reclaim tracepoint
, Daisuke Nishimura
, (Mon Jul 19, 6:47 pm)
Re: [PATCH 4/7] vmscan: convert direct reclaim tracepoint ...
, Steven Rostedt
, (Tue Jul 20, 3:45 pm)
Re: [PATCH 3/7] memcg: nid and zid can be calculated from zone
, KOSAKI Motohiro
, (Wed Jul 21, 6:33 am)
Re: [PATCH 1/7] memcg: sc.nr_to_reclaim should be initialized
, KOSAKI Motohiro
, (Wed Jul 21, 6:34 am)
Re: [PATCH 0/7] memcg reclaim tracepoint
, Balbir Singh
, (Wed Jul 21, 9:00 pm)
Re: [PATCH 2/7] memcg: mem_cgroup_shrink_node_zone() doesn ...
, Balbir Singh
, (Wed Jul 21, 9:49 pm)
Re: [PATCH 1/7] memcg: sc.nr_to_reclaim should be initialized
, Balbir Singh
, (Wed Jul 21, 10:31 pm)
Re: [PATCH 5/7] memcg, vmscan: add memcg reclaim tracepoint
, Balbir Singh
, (Wed Jul 21, 10:34 pm)
Re: [PATCH 3/7] memcg: nid and zid can be calculated from zone
, Balbir Singh
, (Wed Jul 21, 10:36 pm)
Re: [PATCH 3/7] memcg: nid and zid can be calculated from zone
, Mel Gorman
, (Thu Jul 22, 4:01 am)
Re: [PATCH 2/7] memcg: mem_cgroup_shrink_node_zone() doesn ...
, KOSAKI Motohiro
, (Thu Jul 22, 10:14 pm)
Re: [PATCH 1/7] memcg: sc.nr_to_reclaim should be initialized
, KOSAKI Motohiro
, (Fri Jul 23, 12:33 am)
Re: [PATCH 1/7] memcg: sc.nr_to_reclaim should be initialized
, Balbir Singh
, (Sun Jul 25, 1:25 am)
Re: [PATCH 2/7] memcg: mem_cgroup_shrink_node_zone() doesn ...
, Balbir Singh
, (Sun Jul 25, 1:28 am)
Re: [PATCH 1/7] memcg: sc.nr_to_reclaim should be initialized
, KOSAKI Motohiro
, (Sun Jul 25, 2:48 am)
Re: [PATCH 1/7] memcg: sc.nr_to_reclaim should be initialized
, Balbir Singh
, (Sun Jul 25, 9:40 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Howells
[PATCH] KEYS: Use the variable 'key' in keyctl_describe_key()
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Dave Jones
Re: OT: character encodings (was: Linux 2.6.20-rc4)
Sam Ravnborg
Re: [PATCH] kbuild: fix make V=1
Nick Piggin
Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
git
:
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: [PATCH 1/2] Teach git-describe to display distances from tags.
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Dan Chokola
Re: how do you "force a pull"?
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
linux-netdev
:
Jan Engelhardt
[PATCH 1/3] net: tcp: make hybla selectable as default congestion module
Jarek Poplawski
Re: [PATCH] flush_work_sync vs. flush_scheduled_work Re: [PATCH] PHYLIB: IRQ event...
Lennert Buytenhek
Re: Distributed Switch Architecture(DSA)
Daniel Schaffrath
Re: tcp bw in 2.6
Matt Mackall
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
git-commits-head
:
Linux Kernel Mailing List
ipv6: fix an oops when force unload ipv6 module
Linux Kernel Mailing List
tracing: protect reader of cmdline output
Linux Kernel Mailing List
kconfig: recalc symbol value before showing search results
Linux Kernel Mailing List
KVM: VMX: Clear CR4.VMXE in hardware_disable
Linux Kernel Mailing List
USB: set correct configuration in probe of ti_usb_3410_5052
openbsd-misc
:
Claudio Jeker
Re: Vlan Tag on Vlan Tag (l2tunneling)
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Pieter Verberne
File collision while using pkg_add
Tomas Bodzar
bsd: uvm_mapent_alloc: out of static map entries
Community First Financial
Teacher A+ Loan
Colocation donated by:
Syndicate