From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755280AbcIMMvb (ORCPT ); Tue, 13 Sep 2016 08:51:31 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:58606 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750747AbcIMMva (ORCPT ); Tue, 13 Sep 2016 08:51:30 -0400 Date: Tue, 13 Sep 2016 14:49:02 +0200 (CEST) From: Thomas Gleixner To: Peter Zijlstra cc: Alasdair Kergon , Mike Snitzer , Ingo Molnar , Mikulas Patocka , linux-kernel@vger.kernel.org, dm-devel@redhat.com Subject: Re: [RFC][PATCH] dm: Remove dm_bufio_cond_resched() In-Reply-To: <20160913084520.GA5012@twins.programming.kicks-ass.net> Message-ID: References: <20160913084520.GA5012@twins.programming.kicks-ass.net> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Sep 2016, Peter Zijlstra wrote: > Hi all, > > While grepping for PREEMPT_VOLUNTARY I ran into dm_bufio_cond_resched() > and wondered WTH it was about. > > Is there anything wrong with the below patch? Not at all, except that you forgot to add your SOB to it :) Acked-by: Thomas Gleixner