From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759542AbcHaUYp (ORCPT ); Wed, 31 Aug 2016 16:24:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33142 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753514AbcHaUYn (ORCPT ); Wed, 31 Aug 2016 16:24:43 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20160831144054.GW12660@htj.duckdns.org> References: <20160831144054.GW12660@htj.duckdns.org> <26365.1472595343@warthog.procyon.org.uk> To: Tejun Heo Cc: dhowells@redhat.com, Bhaktipriya Shridhar , linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/4] fs/afs/rxrpc: Remove deprecated create_singlethread_workqueue MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <32574.1472675080.1@warthog.procyon.org.uk> Date: Wed, 31 Aug 2016 21:24:40 +0100 Message-ID: <32575.1472675080@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Wed, 31 Aug 2016 20:24:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Tejun Heo wrote: > Ah, okay, the work items are dynamically allocated. Do they need > strict execution ordering or can they be executed concurrently? Concurrently is fine. David