[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [PATCH] Check region size during dirty log creation
- From: Alasdair G Kergon <agk redhat com>
- To: heinzm redhat com
- Cc: device-mapper development <dm-devel redhat com>
- Subject: Re: [dm-devel] [PATCH] Check region size during dirty log creation
- Date: Wed, 29 Oct 2008 13:56:07 +0000
On Wed, Oct 29, 2008 at 02:02:08PM +0100, Heinz Mauelshagen wrote:
> This patch adds checks to the dirty log creation for region size to be
> larger than 2 sectors and to be a power of 2.
Interesting we didn't validate that, but the userspace validation is
tighter.
if (lp->region_size % (pagesize >> SECTOR_SHIFT)) {
log_error("Region size (%" PRIu32 ") must be a multiple of "
"machine memory page size (%d)",
lp->region_size, pagesize >> SECTOR_SHIFT);
The validation should be consistent between userspace and kernel.
Alasdair
--
agk redhat com
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]