--- drivers/md/dm-thin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-3.0-rc7/drivers/md/dm-thin.c =================================================================== --- linux-3.0-rc7.orig/drivers/md/dm-thin.c +++ linux-3.0-rc7/drivers/md/dm-thin.c @@ -1929,7 +1929,7 @@ static void pool_io_hints(struct dm_targ static struct target_type pool_target = { .name = "thin-pool", - .features = DM_TARGET_SINGLETON, + .features = DM_TARGET_SINGLETON | DM_TARGET_ALWAYS_WRITEABLE, .version = {1, 0, 0}, .module = THIS_MODULE, .ctr = pool_ctr,