]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dm thin: defer whole cells rather than individual bios
authorJoe Thornber <ejt@redhat.com>
Fri, 10 Oct 2014 12:43:14 +0000 (13:43 +0100)
committerMike Snitzer <snitzer@redhat.com>
Mon, 10 Nov 2014 20:25:28 +0000 (15:25 -0500)
commita374bb217b449a00eb96d0584bb833a8b62b672a
treedf8b87e504ad076d92bb691e3ea966b29957ef4c
parent452d7a620dc38cb525c403aa4b445028da359268
dm thin: defer whole cells rather than individual bios

This avoids dropping the cell, so increases the probability that other
bios will collect within the cell, rather than being passed individually
to the worker.

Also add required process_cell and process_discard_cell error handling
wrappers and set associated pool-mode function pointers accordingly.

Signed-off-by: Joe Thornber <ejt@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-bio-prison.h
drivers/md/dm-thin.c