[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] your mail
- From: Alasdair G Kergon <agk redhat com>
- To: Mikulas Patocka <mpatocka redhat com>
- Cc: dm-devel redhat com, thornber redhat com
- Subject: Re: [dm-devel] your mail
- Date: Thu, 20 Oct 2011 01:57:25 +0100
On Wed, Oct 19, 2011 at 08:17:37PM -0400, Mikulas Patocka wrote:
> The next one adds a conditional resched (Alasdair
> agreed on it --- it should be later put into general Linux headers).
Indeed, this part:
> +#ifdef CONFIG_PREEMPT_VOLUNTARY
> +#define dm_bufio_cond_resched() \
> +do { \
> + if (unlikely(need_resched())) \
> + _cond_resched(); \
> +} while (0)
> +#else
> +#define dm_bufio_cond_resched() do { } while (0)
> +#endif
doesn't really belong in a dm file.
Alasdair
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]