OSDN Git Service

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)
commit49b7f768900f4084a65c3689d955b2fceac39e53
treecfd9685c74734879c00ab2861498e64de35bcd5e
parent701e03e4e180f0cd97d4139a32e2b2d879d12da2
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