From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.hgst.iphmx.com ([68.232.141.245]:21457 "EHLO esa1.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966243AbdD0XUo (ORCPT ); Thu, 27 Apr 2017 19:20:44 -0400 From: Bart Van Assche To: "linux-block@vger.kernel.org" , "axboe@fb.com" CC: "hch@lst.de" , "ming.lei@redhat.com" Subject: Re: [PATCH 2/6] mtip32xx: kill atomic argument to mtip_quiesce_io() Date: Thu, 27 Apr 2017 23:20:42 +0000 Message-ID: <1493335240.2625.16.camel@sandisk.com> References: <1493333494-600-1-git-send-email-axboe@fb.com> <1493333494-600-3-git-send-email-axboe@fb.com> In-Reply-To: <1493333494-600-3-git-send-email-axboe@fb.com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On Thu, 2017-04-27 at 16:51 -0600, Jens Axboe wrote: > All callers now pass in GFP_KERNEL, get rid of the argument. Reviewed-by: Bart Van Assche =