From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757937AbcH3Tge (ORCPT ); Tue, 30 Aug 2016 15:36:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42840 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751063AbcH3Tgb (ORCPT ); Tue, 30 Aug 2016 15:36:31 -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: References: To: Bhaktipriya Shridhar Cc: dhowells@redhat.com, Mark Fasheh , Joel Becker , Michal Hocko , Johannes Weiner , Vladimir Davydov , "Kirill A. Shutemov" , "David S. Miller" , Eric Dumazet , Andrew Morton , Joseph Qi , "Norton.Zhu" , Jun Piao , xuejiufei , ocfs2-devel@oss.oracle.com, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org, Tejun Heo Subject: Re: [PATCH 0/9] Remove deprecated create_singlethread_workqueue MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22295.1472585785.1@warthog.procyon.org.uk> Date: Tue, 30 Aug 2016 20:36:25 +0100 Message-ID: <22296.1472585785@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Tue, 30 Aug 2016 19:36:31 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Bhaktipriya Shridhar wrote: > This patch set removes deprecated create_singlethread_workqueue > usages in fs/. > > Bhaktipriya Shridhar (9): > fs/afs/vlocation: Remove deprecated create_singlethread_workqueue > fs/afs/rxrpc: Remove deprecated create_singlethread_workqueue > fs/afs/callback: Remove deprecated create_singlethread_workqueue > fs/afs/flock: Remove deprecated create_singlethread_workqueue I'm removing the workqueue in fs/afs/rxrpc.c in one of my patches. Can I take your other three AFS patches myself and leave someone else to handle the non-AFS patches? David