From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 4 Oct 2017 03:07:54 +0200 From: "Luis R. Rodriguez" 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 Subject: Re: [PATCH v5 1/8] md: Introduce md_stop_all_writes() 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 In-Reply-To: <20171002225218.18548-2-bart.vanassche@wdc.com> List-ID: 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