commit | 83f539e1a45a07934f0da69dc545bcbde01de36c | [log] [tgz] |
---|---|---|
author | Mike Snitzer <snitzer@redhat.com> | Tue Nov 26 11:03:54 2013 -0500 |
committer | Mike Snitzer <snitzer@redhat.com> | Tue Dec 10 16:35:15 2013 -0500 |
tree | b64dee22c26ff8f322ca4000e62ee144245baebf | |
parent | af95e7a69b54bca48092e3013a92cfa3043c9c73 [diff] |
dm cache: update Documentation for invalidate_cblocks's range syntax The cache target's invalidate_cblocks message allows cache block (cblock) ranges to be expressed with: <cblock start>-<cblock end> The range's <cblock end> value is "one past the end", so the range includes <cblock start> through <cblock end>-1. Signed-off-by: Mike Snitzer <snitzer@redhat.com> Acked-by: Joe Thornber <ejt@redhat.com>