login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
3
Re: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Paul Menage
Subject:
Re: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
Date: Thursday, April 3, 2008 - 8:35 am
On Tue, Apr 1, 2008 at 2:38 AM, Satoshi UCHIDA <s-uchida@ap.jp.nec.com> wrote:
quoted text
> + > +static void *cfq_cgroup_init_cfq_data(struct cfq_cgroup *cfqc, struct cfq_data *cfqd) > +{ > + struct cgroup *child; > + > + /* setting cfq_data for cfq_cgroup */ > + if (!cfqc) { > + cfqc = cgroup_to_cfq_cgroup(get_root_subsys(&cfq_cgroup_subsys));
Rather than adding get_root_subsys(), can't you just keep a reference locally to your root subsystem state? Paul --
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:
[RFC][patch 0/11][CFQ-cgroup]Yet another I/O bandwidth con ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:22 am)
[RFC][patch 1/11][CFQ-cgroup] Add Configuration
, Satoshi UCHIDA
, (Tue Apr 1, 2:27 am)
[RFC][patch 2/11][CFQ-cgroup] Move header file
, Satoshi UCHIDA
, (Tue Apr 1, 2:30 am)
[RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Satoshi UCHIDA
, (Tue Apr 1, 2:32 am)
[RFC][patch 4/11][CFQ-cgroup] Create cfq driver unique data
, Satoshi UCHIDA
, (Tue Apr 1, 2:33 am)
[RFC][patch 5/11][CFQ-cgroup] Add cfq optional operation f ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:35 am)
[RFC][patch 6/11][CFQ-cgroup] Add new control layer over t ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:36 am)
[RFC][patch 7/11][CFQ-cgroup] Control cfq_data per driver
, Satoshi UCHIDA
, (Tue Apr 1, 2:37 am)
[RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Satoshi UCHIDA
, (Tue Apr 1, 2:38 am)
[RFC][patch 9/11][CFQ-cgroup] Search cfq_data when not con ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:40 am)
[RFC][patch 10/11][CFQ-cgroup] Control service tree: Main ...
, Satoshi UCHIDA
, (Tue Apr 1, 2:41 am)
[RFC][patch 11/11][CFQ-cgroup] entry/remove active cfq_data
, Satoshi UCHIDA
, (Tue Apr 1, 2:42 am)
Re: [RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Paul Menage
, (Wed Apr 2, 3:41 pm)
RE: [RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Satoshi UCHIDA
, (Wed Apr 2, 7:31 pm)
Re: [RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Li Zefan
, (Wed Apr 2, 7:39 pm)
[RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandwidth ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:09 am)
[PATCH] [RFC][patch 1/12][CFQ-cgroup] Add Configuration
, Satoshi UCHIDA
, (Thu Apr 3, 12:11 am)
[RFC][patch 2/11][CFQ-cgroup] Move header file
, Satoshi UCHIDA
, (Thu Apr 3, 12:12 am)
[RFC][patch 3/12][CFQ-cgroup] Introduce cgroup subsystem
, Satoshi UCHIDA
, (Thu Apr 3, 12:12 am)
[PATCH] [RFC][patch 4/12][CFQ-cgroup] Add ioprio entry
, Satoshi UCHIDA
, (Thu Apr 3, 12:13 am)
[RFC][patch 5/12][CFQ-cgroup] Create cfq driver unique data
, Satoshi UCHIDA
, (Thu Apr 3, 12:14 am)
[RFC][patch 6/12][CFQ-cgroup] Add cfq optional operation f ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:14 am)
[RFC][patch 7/12][CFQ-cgroup] Add new control layer over t ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:15 am)
[RFC][patch 8/12][CFQ-cgroup] Control cfq_data per driver
, Satoshi UCHIDA
, (Thu Apr 3, 12:15 am)
[RFC][patch 9/12][CFQ-cgroup] Control cfq_data per cgroup
, Satoshi UCHIDA
, (Thu Apr 3, 12:16 am)
[PATCH] [RFC][patch 10/12][CFQ-cgroup] Search cfq_data whe ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:16 am)
[RFC][patch 11/12][CFQ-cgroup] Control service tree: Main ...
, Satoshi UCHIDA
, (Thu Apr 3, 12:17 am)
[RFC][patch 12/12][CFQ-cgroup] entry/remove active cfq_data
, Satoshi UCHIDA
, (Thu Apr 3, 12:18 am)
Re: [RFC][patch 3/11][CFQ-cgroup] Introduce cgroup subsystem
, Paul Menage
, (Thu Apr 3, 8:31 am)
Re: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Paul Menage
, (Thu Apr 3, 8:35 am)
RE: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Satoshi UCHIDA
, (Thu Apr 3, 11:20 pm)
Re: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Paul Menage
, (Fri Apr 4, 2:00 am)
RE: [RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup
, Satoshi UCHIDA
, (Fri Apr 4, 2:46 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Fri Apr 25, 2:54 am)
Re: [Devel] Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet anoth ...
, Florian Westphal
, (Fri Apr 25, 2:37 pm)
Re: [Devel] Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet anoth ...
, Ryo Tsuruta
, (Mon Apr 28, 5:44 pm)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Fri May 9, 3:17 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Sun May 11, 8:10 pm)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Mon May 12, 8:33 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Thu May 22, 6:04 am)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Thu May 22, 7:53 pm)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Sun May 25, 7:46 pm)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Tue May 27, 4:32 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Andrea Righi
, (Fri May 30, 3:37 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Ryo Tsuruta
, (Tue Jun 3, 1:15 am)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Wed Jun 18, 2:48 am)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Andrea Righi
, (Wed Jun 18, 3:33 pm)
Re: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Andrea Righi
, (Sun Jun 22, 10:04 am)
RE: [RFC][v2][patch 0/12][CFQ-cgroup]Yet another I/O bandw ...
, Satoshi UCHIDA
, (Wed Jun 25, 9:49 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate