]> git.baikalelectronics.ru Git - kernel.git/commit
dm cache: simplify the IDLE vs BUSY state calculation
authorJoe Thornber <ejt@redhat.com>
Thu, 11 May 2017 13:07:16 +0000 (09:07 -0400)
committerMike Snitzer <snitzer@redhat.com>
Mon, 15 May 2017 01:54:33 +0000 (21:54 -0400)
commit2767602d3267d413e8d5ec17ff7befafbeabe83c
treecfd9685c74734879c00ab2861498e64de35bcd5e
parente6425cf37663c37576ac9fc6ad742da0fa3fd355
dm cache: simplify the IDLE vs BUSY state calculation

Drop the MODERATE state since it wasn't buying us much.

Also, in check_migrations(), prepare for the next commit ("dm cache
policy smq: don't do any writebacks unless IDLE") by deferring to the
policy to make the final decision on whether writebacks can be
serviced.

Signed-off-by: Joe Thornber <ejt@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-cache-target.c