commit | cf13ab8e02d452e2236d0b5fda9972b3b7f503cb | [log] [tgz] |
---|---|---|
author | Frederik Deweerdt <frederik.deweerdt@gmail.com> | Thu Apr 24 22:10:59 2008 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Fri Apr 25 13:27:02 2008 +0100 |
tree | 135509aa2852deebba7b4a81cdafc2a2ee2e358f | |
parent | 4fdfe401e9d7e30029972d568c667234c0c1d828 [diff] |
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 <frederik.deweerdt@gmail.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>