Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1303657 > unrolled thread

[PATCH 4/5] cgroup: Export cgroup_is_descendant()

Started byJan Kara <jack@suse.cz>
First post2016-01-07 16:30 +0100
Last post2016-01-08 19:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/5] cgroup: Export cgroup_is_descendant() Jan Kara <jack@suse.cz> - 2016-01-07 16:30 +0100
    Re: [PATCH 4/5] cgroup: Export cgroup_is_descendant() Tejun Heo <tj@kernel.org> - 2016-01-08 19:20 +0100

#1303657 — [PATCH 4/5] cgroup: Export cgroup_is_descendant()

FromJan Kara <jack@suse.cz>
Date2016-01-07 16:30 +0100
Subject[PATCH 4/5] cgroup: Export cgroup_is_descendant()
Message-ID<qOkFI-1wu-19@gated-at.bofh.it>
CFQ IO scheduler will use cgroup_is_descendant() to decide whether one
queue can preempt another once.

Signed-off-by: Jan Kara <jack@suse.cz>
---
 kernel/cgroup.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 470f6536b9e8..c4d74c10dfcb 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -483,6 +483,7 @@ bool cgroup_is_descendant(struct cgroup *cgrp, struct cgroup *ancestor)
 	}
 	return false;
 }
+EXPORT_SYMBOL_GPL(cgroup_is_descendant);
 
 static int notify_on_release(const struct cgroup *cgrp)
 {
-- 
2.6.2

--
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/

[toc] | [next] | [standalone]


#1304834

FromTejun Heo <tj@kernel.org>
Date2016-01-08 19:20 +0100
Message-ID<qOJNO-25i-53@gated-at.bofh.it>
In reply to#1303657
On Thu, Jan 07, 2016 at 04:28:15PM +0100, Jan Kara wrote:
> CFQ IO scheduler will use cgroup_is_descendant() to decide whether one
> queue can preempt another once.
> 
> Signed-off-by: Jan Kara <jack@suse.cz>

Acked-by: Tejun Heo <tj@kernel.org>

If this patchset is gonna miss this merge window, I can apply this to
cgroup/for-4.5.  Please let me know which way would be more
convenient.

Thanks.

-- 
tejun

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web