Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755895AbbDIOvy (ORCPT ); Thu, 9 Apr 2015 10:51:54 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:32882 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753518AbbDIOvv (ORCPT ); Thu, 9 Apr 2015 10:51:51 -0400 Message-ID: <552691F5.9010205@gmail.com> Date: Thu, 09 Apr 2015 16:51:33 +0200 From: Quentin Lambert User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Dan Carpenter CC: "David S. Miller" , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH 2/2] ide: replace GFP_ATOMIC by GFP_KERNEL References: <1428579988-10167-1-git-send-email-lambert.quentin@gmail.com> <1428579988-10167-3-git-send-email-lambert.quentin@gmail.com> <20150409123633.GN10964@mwanda> <55268DCB.3010201@gmail.com> <20150409145035.GC16501@mwanda> In-Reply-To: <20150409145035.GC16501@mwanda> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 807 Lines: 24 On 09/04/2015 16:50, Dan Carpenter wrote: > Sorry, my last email was bad. > > Splitting patches into logical parts is a bit tricky. Let me try > explain better. > > Every patch should sort of make sense on its own. In the original code > it's using GFP_ATOMIC but that's because the original API was bad and > we had no choice. In the 1/1 patch we're using GFP_ATOMIC explicitly > by choice and it's wrong. In patch 2/2 we fix this problem but we > shouldn't introduce bad code even if we fix it in later patches. ok thanks > > regards, > dan carpenter > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/