diff --git a/[refs] b/[refs] index f2462e9de3ec..fd95ae9b7f83 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0e9c24ed7443d090e369a2eddfa13f7f0b5afbaf +refs/heads/master: 16ad3d103dbec4fe6c5950d5a6c383ba9a5296ef diff --git a/trunk/drivers/md/dm-thin.c b/trunk/drivers/md/dm-thin.c index 7510cb3d571c..ee5a3fc93b0e 100644 --- a/trunk/drivers/md/dm-thin.c +++ b/trunk/drivers/md/dm-thin.c @@ -2652,6 +2652,7 @@ static int thin_ctr(struct dm_target *ti, unsigned argc, char **argv) goto bad_thin_open; ti->num_flush_requests = 1; + ti->flush_supported = true; /* In case the pool supports discards, pass them on. */ if (tc->pool->pf.discard_enabled) {