]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm cache: dirty flag was mistakenly being cleared when promoting via overwrite
authorJoe Thornber <ejt@redhat.com>
Thu, 27 Nov 2014 12:26:46 +0000 (12:26 +0000)
committerMike Snitzer <snitzer@redhat.com>
Mon, 1 Dec 2014 16:30:12 +0000 (11:30 -0500)
commit1e32134a5a404e80bfb47fad8a94e9bbfcbdacc5
tree1a0b15c7664ec260ba26bbe6bb2e1ac4ce9c4a52
parentf29a3147e251d7ae20d3194ff67f109d71e501b4
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
drivers/md/dm-cache-target.c