OSDN Git Service

dm snapshot: introduce account_start_copy() and account_end_copy()
authorMikulas Patocka <mpatocka@redhat.com>
Wed, 2 Oct 2019 10:14:17 +0000 (06:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Nov 2019 11:09:10 +0000 (12:09 +0100)
commite10ef97a2ec45b1323939f978055b08429d4b4c1
treee312652e3cdb0494e97476ee391d8ba217cf064c
parenteda053db0782296e4c074e9e3096630581bccdae
dm snapshot: introduce account_start_copy() and account_end_copy()

[ Upstream commit a2f83e8b0c82c9500421a26c49eb198b25fcdea3 ]

This simple refactoring moves code for modifying the semaphore cow_count
into separate functions to prepare for changes that will extend these
methods to provide for a more sophisticated mechanism for COW
throttling.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Reviewed-by: Nikos Tsironis <ntsironis@arrikto.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/md/dm-snap.c