From: Frederik Deweerdt Date: Thu, 24 Apr 2008 21:10:59 +0000 (+0100) Subject: dm: remove md argument from specific_minor X-Git-Tag: v2.6.26-rc1~1064^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf13ab8e02d452e2236d0b5fda9972b3b7f503cb;p=pandora-kernel.git dm: remove md argument from specific_minor The small patch below: - Removes the unused md argument from both specific_minor() and next_free_minor() - Folds kmalloc + memset(0) into a single kzalloc call in alloc_dev() This has been compile tested on x86. Signed-off-by: Frederik Deweerdt Signed-off-by: Alasdair G Kergon --- Reading git-diff-tree failed