From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddcxs-0005I2-HC for qemu-devel@nongnu.org; Fri, 04 Aug 2017 09:49:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddbor-00032w-8M for qemu-devel@nongnu.org; Fri, 04 Aug 2017 08:36:38 -0400 From: Alberto Garcia In-Reply-To: <20170731095443.28211-4-el13635@mail.ntua.gr> References: <20170731095443.28211-1-el13635@mail.ntua.gr> <20170731095443.28211-4-el13635@mail.ntua.gr> Date: Fri, 04 Aug 2017 14:35:04 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v3 3/7] block: tidy ThrottleGroupMember initializations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Manos Pitsidianakis , qemu-devel Cc: Kevin Wolf , Stefan Hajnoczi , qemu-block On Mon 31 Jul 2017 11:54:39 AM CEST, Manos Pitsidianakis wrote: > Move the CoMutex and CoQueue inits inside throttle_group_register_tgm() > which is called whenever a ThrottleGroupMember is initialized. There's > no need for them to be separate. > > Reviewed-by: Stefan Hajnoczi > Signed-off-by: Manos Pitsidianakis Reviewed-by: Alberto Garcia Berto