dect
/
linux-2.6
Archived
13
0
Fork 0

dm delay: support discard

Enable discard support for the delay target.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:
Mike Snitzer 2010-08-12 04:14:13 +01:00 committed by Alasdair G Kergon
parent f8facb61b5
commit 3fd5d48027
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ out:
atomic_set(&dc->may_delay, 1);
ti->num_flush_requests = 1;
ti->num_discard_requests = 1;
ti->private = dc;
return 0;