X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fmd%2Fdm-log.h;h=5ae5309ebf2808dea579d2cb0b9e0d7fa8beda48;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=05ef594b502a9e7514a3846a98d3fa90684754db;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/drivers/md/dm-log.h b/drivers/md/dm-log.h index 05ef594b5..5ae5309eb 100644 --- a/drivers/md/dm-log.h +++ b/drivers/md/dm-log.h @@ -39,7 +39,7 @@ struct dirty_log_type { * Retrieves the smallest size of region that the log can * deal with. */ - sector_t (*get_region_size)(struct dirty_log *log); + uint32_t (*get_region_size)(struct dirty_log *log); /* * A predicate to say whether a region is clean or not.