commit | 1e32134a5a404e80bfb47fad8a94e9bbfcbdacc5 | [log] [tgz] |
---|---|---|
author | Joe Thornber <ejt@redhat.com> | Thu Nov 27 12:26:46 2014 +0000 |
committer | Mike Snitzer <snitzer@redhat.com> | Mon Dec 01 11:30:12 2014 -0500 |
tree | 1a0b15c7664ec260ba26bbe6bb2e1ac4ce9c4a52 | |
parent | f29a3147e251d7ae20d3194ff67f109d71e501b4 [diff] |
dm cache: dirty flag was mistakenly being cleared when promoting via overwrite If the incoming bio is a WRITE and completely covers a block then we don't bother to do any copying for a promotion operation. Once this is done the cache block and origin block will be different, so we need to set it to 'dirty'. Signed-off-by: Joe Thornber <ejt@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Cc: stable@vger.kernel.org