Searched hist:"945 fa4d283a3a472186c11028f6fea1e77a91d14" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | dm.h | diff 945fa4d283a3a472186c11028f6fea1e77a91d14 Thu Apr 24 15:43:49 CDT 2008 Mikulas Patocka <mpatocka@redhat.com> dm kcopyd: remove redundant client counting
Remove client counting code that is no longer needed.
Initialization and destruction is made globally from dm_init and dm_exit and is not based on client counts. Initialization allocates only one empty slab cache, so there is no negative impact from performing the initialization always, regardless of whether some client uses kcopyd or not.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
|
H A D | dm.c | diff 945fa4d283a3a472186c11028f6fea1e77a91d14 Thu Apr 24 15:43:49 CDT 2008 Mikulas Patocka <mpatocka@redhat.com> dm kcopyd: remove redundant client counting
Remove client counting code that is no longer needed.
Initialization and destruction is made globally from dm_init and dm_exit and is not based on client counts. Initialization allocates only one empty slab cache, so there is no negative impact from performing the initialization always, regardless of whether some client uses kcopyd or not.
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
|