From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753502AbcBWPmx (ORCPT ); Tue, 23 Feb 2016 10:42:53 -0500 Received: from casper.infradead.org ([85.118.1.10]:58068 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751059AbcBWPmw (ORCPT ); Tue, 23 Feb 2016 10:42:52 -0500 Date: Tue, 23 Feb 2016 16:42:49 +0100 From: Peter Zijlstra To: Luca Abeni Cc: Juri Lelli , rostedt@goodmis.org, linux-kernel@vger.kernel.org, mingo@redhat.com, vincent.guittot@linaro.org, wanpeng.li@hotmail.com Subject: Re: [PATCH 3/4] Remove dl_new Message-ID: <20160223154249.GU6357@twins.programming.kicks-ass.net> References: <20160210115812.GZ11415@e106622-lin> <1456138624-3194-1-git-send-email-luca.abeni@unitn.it> <1456138624-3194-4-git-send-email-luca.abeni@unitn.it> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456138624-3194-4-git-send-email-luca.abeni@unitn.it> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 22, 2016 at 11:57:04AM +0100, Luca Abeni wrote: > switched_to_dl() can be used instead This seems unrelated to the other patches, and looks like a nice cleanup.