From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vivek Goyal Subject: Re: [PATCH 15/31] blk-throttle: reorganize throtl_service_queue passed around as argument Date: Thu, 2 May 2013 11:21:48 -0400 Message-ID: <20130502152148.GF30020@redhat.com> References: <1367455189-6957-1-git-send-email-tj@kernel.org> <1367455189-6957-16-git-send-email-tj@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1367455189-6957-16-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Tejun Heo Cc: axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: containers.vger.kernel.org On Wed, May 01, 2013 at 05:39:33PM -0700, Tejun Heo wrote: > throtl_service_queue will be the building block of hierarchy support > and will form a tree. This patch updates its usages as arguments to > reduce confusion. > > * When a service queue is used as the parent role - the host of the > rbtree - use @parent_sq instead of @sq. Hi Tejun, Apart from parent_sq, what other kind of sq are present. Thanks Vivek