From: Mikulas Patocka Date: Thu, 24 Apr 2008 20:43:49 +0000 (+0100) Subject: dm kcopyd: remove redundant client counting X-Git-Tag: v2.6.26-rc1~1064^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=945fa4d283a3a472186c11028f6fea1e77a91d14;p=pandora-kernel.git 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 Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed