All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] memcg: kill dead prev_priority stubs
@ 2012-02-15 19:27 ` Konstantin Khlebnikov
  0 siblings, 0 replies; 6+ messages in thread
From: Konstantin Khlebnikov @ 2012-02-15 19:27 UTC (permalink / raw)
  To: linux-mm, Andrew Morton; +Cc: linux-kernel

This code was removed in v2.6.35-5854-g25edde0
("vmscan: kill prev_priority completely")

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
---
 include/linux/memcontrol.h |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h
index 453a3dd..c697eda 100644
--- a/include/linux/memcontrol.h
+++ b/include/linux/memcontrol.h
@@ -296,21 +296,6 @@ static inline void mem_cgroup_iter_break(struct mem_cgroup *root,
 {
 }
 
-static inline int mem_cgroup_get_reclaim_priority(struct mem_cgroup *memcg)
-{
-	return 0;
-}
-
-static inline void mem_cgroup_note_reclaim_priority(struct mem_cgroup *memcg,
-						int priority)
-{
-}
-
-static inline void mem_cgroup_record_reclaim_priority(struct mem_cgroup *memcg,
-						int priority)
-{
-}
-
 static inline bool mem_cgroup_disabled(void)
 {
 	return true;


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] memcg: kill dead prev_priority stubs
@ 2012-02-15 19:27 ` Konstantin Khlebnikov
  0 siblings, 0 replies; 6+ messages in thread
From: Konstantin Khlebnikov @ 2012-02-15 19:27 UTC (permalink / raw)
  To: linux-mm, Andrew Morton; +Cc: linux-kernel

This code was removed in v2.6.35-5854-g25edde0
("vmscan: kill prev_priority completely")

Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
---
 include/linux/memcontrol.h |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h
index 453a3dd..c697eda 100644
--- a/include/linux/memcontrol.h
+++ b/include/linux/memcontrol.h
@@ -296,21 +296,6 @@ static inline void mem_cgroup_iter_break(struct mem_cgroup *root,
 {
 }
 
-static inline int mem_cgroup_get_reclaim_priority(struct mem_cgroup *memcg)
-{
-	return 0;
-}
-
-static inline void mem_cgroup_note_reclaim_priority(struct mem_cgroup *memcg,
-						int priority)
-{
-}
-
-static inline void mem_cgroup_record_reclaim_priority(struct mem_cgroup *memcg,
-						int priority)
-{
-}
-
 static inline bool mem_cgroup_disabled(void)
 {
 	return true;

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] memcg: kill dead prev_priority stubs
  2012-02-15 19:27 ` Konstantin Khlebnikov
@ 2012-02-15 20:37   ` KOSAKI Motohiro
  -1 siblings, 0 replies; 6+ messages in thread
From: KOSAKI Motohiro @ 2012-02-15 20:37 UTC (permalink / raw)
  To: Konstantin Khlebnikov; +Cc: linux-mm, Andrew Morton, linux-kernel

(2/15/12 2:27 PM), Konstantin Khlebnikov wrote:
> This code was removed in v2.6.35-5854-g25edde0
> ("vmscan: kill prev_priority completely")
>
> Signed-off-by: Konstantin Khlebnikov<khlebnikov@openvz.org>
> ---
>   include/linux/memcontrol.h |   15 ---------------
>   1 files changed, 0 insertions(+), 15 deletions(-)

Oh, thank you.

Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] memcg: kill dead prev_priority stubs
@ 2012-02-15 20:37   ` KOSAKI Motohiro
  0 siblings, 0 replies; 6+ messages in thread
From: KOSAKI Motohiro @ 2012-02-15 20:37 UTC (permalink / raw)
  To: Konstantin Khlebnikov; +Cc: linux-mm, Andrew Morton, linux-kernel

(2/15/12 2:27 PM), Konstantin Khlebnikov wrote:
> This code was removed in v2.6.35-5854-g25edde0
> ("vmscan: kill prev_priority completely")
>
> Signed-off-by: Konstantin Khlebnikov<khlebnikov@openvz.org>
> ---
>   include/linux/memcontrol.h |   15 ---------------
>   1 files changed, 0 insertions(+), 15 deletions(-)

Oh, thank you.

Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>



--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] memcg: kill dead prev_priority stubs
  2012-02-15 19:27 ` Konstantin Khlebnikov
@ 2012-02-16  0:06   ` KAMEZAWA Hiroyuki
  -1 siblings, 0 replies; 6+ messages in thread
From: KAMEZAWA Hiroyuki @ 2012-02-16  0:06 UTC (permalink / raw)
  To: Konstantin Khlebnikov; +Cc: linux-mm, Andrew Morton, linux-kernel

On Wed, 15 Feb 2012 23:27:08 +0400
Konstantin Khlebnikov <khlebnikov@openvz.org> wrote:

> This code was removed in v2.6.35-5854-g25edde0
> ("vmscan: kill prev_priority completely")
> 
> Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>

Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] memcg: kill dead prev_priority stubs
@ 2012-02-16  0:06   ` KAMEZAWA Hiroyuki
  0 siblings, 0 replies; 6+ messages in thread
From: KAMEZAWA Hiroyuki @ 2012-02-16  0:06 UTC (permalink / raw)
  To: Konstantin Khlebnikov; +Cc: linux-mm, Andrew Morton, linux-kernel

On Wed, 15 Feb 2012 23:27:08 +0400
Konstantin Khlebnikov <khlebnikov@openvz.org> wrote:

> This code was removed in v2.6.35-5854-g25edde0
> ("vmscan: kill prev_priority completely")
> 
> Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>

Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-02-16  0:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-15 19:27 [PATCH] memcg: kill dead prev_priority stubs Konstantin Khlebnikov
2012-02-15 19:27 ` Konstantin Khlebnikov
2012-02-15 20:37 ` KOSAKI Motohiro
2012-02-15 20:37   ` KOSAKI Motohiro
2012-02-16  0:06 ` KAMEZAWA Hiroyuki
2012-02-16  0:06   ` KAMEZAWA Hiroyuki

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.