From: Mikulas Patocka Date: Tue, 2 Aug 2011 11:32:02 +0000 (+0100) Subject: dm kcopyd: remove nr_pages field from job structure X-Git-Tag: v3.1-rc1~85^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf45a3dcdba9ff43959f7b5b44523fab254c19c;p=pandora-kernel.git dm kcopyd: remove nr_pages field from job structure The nr_pages field in struct kcopyd_job is only used temporarily in run_pages_job() to count the number of required pages. We can use a local variable instead. Signed-off-by: Mikulas Patocka Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed