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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 8 Jan 2015 18:27:46 +0000 (10:27 -0800)
commit209914ddafb1d06208f6651765c32c91d1399f69
tree2bc08ea311457aa668eaabf722f7a8c211540e81
parentfe3a572e07a5aec4a9161c56264c122b13d0800a
dm cache: dirty flag was mistakenly being cleared when promoting via overwrite

commit 1e32134a5a404e80bfb47fad8a94e9bbfcbdacc5 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/dm-cache-target.c