From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luis R. Rodriguez" Subject: Re: [PATCH v5 1/8] md: Introduce md_stop_all_writes() Date: Wed, 4 Oct 2017 03:07:54 +0200 Message-ID: <20171004010754.GO2294@wotan.suse.de> References: <20171002225218.18548-1-bart.vanassche@wdc.com> <20171002225218.18548-2-bart.vanassche@wdc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20171002225218.18548-2-bart.vanassche@wdc.com> Sender: linux-block-owner@vger.kernel.org To: Bart Van Assche Cc: Jens Axboe , linux-block@vger.kernel.org, Christoph Hellwig , "Martin K . Petersen" , =Oleksandr Natalenko , "Luis R . Rodriguez" , Shaohua Li , linux-raid@vger.kernel.org, Ming Lei , Hannes Reinecke , Johannes Thumshirn List-Id: linux-raid.ids On Mon, Oct 02, 2017 at 03:52:11PM -0700, Bart Van Assche wrote: > Introduce md_stop_all_writes() because the next patch will add > a second caller for this function. Rename md_notifier into > md_reboot_notifier to avoid that the name of this notifier will > become confusing due to the next patch. This patch does not > change any functionality. > > Signed-off-by: Bart Van Assche > Cc: Shaohua Li > Cc: linux-raid@vger.kernel.org > Cc: Ming Lei > Cc: Christoph Hellwig > Cc: Hannes Reinecke > Cc: Johannes Thumshirn Reviewed-by: Luis R. Rodriguez Luis