From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751720AbdBBV4X (ORCPT ); Thu, 2 Feb 2017 16:56:23 -0500 Received: from mail-pg0-f66.google.com ([74.125.83.66]:34696 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751377AbdBBV4W (ORCPT ); Thu, 2 Feb 2017 16:56:22 -0500 Date: Thu, 2 Feb 2017 16:56:19 -0500 From: Tejun Heo To: Arnd Bergmann Cc: Lai Jiangshan , Sebastian Andrzej Siewior , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [PATCH wq/for-4.11] workqueue: clean up enum definitions in workqueue.h Message-ID: <20170202215619.GA27806@htj.duckdns.org> References: <20170201170135.2654291-1-arnd@arndb.de> <20170202202922.GD7917@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170202202922.GD7917@htj.duckdns.org> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 02, 2017 at 03:29:22PM -0500, Tejun Heo wrote: > From 225248f9f11895dabd86e118b69220242aece94b Mon Sep 17 00:00:00 2001 > From: Tejun Heo > Date: Thu, 2 Feb 2017 15:25:08 -0500 > > Consistently use UL postfix for mask calculation and drop unnecessary > (unsigned long) cast from the enum definitions. > > Signed-off-by: Tejun Heo > --- > Arnd, > > I also queued this patch on top. It shouldn't change anything but can > you please double check? Ah, never mind. It does need that ulong cast. Patch dropped. Thanks. -- tejun