Combine the two _CreateBlockDevOnXXX functions
authorIustin Pop <iustin@google.com>
Mon, 19 Jan 2009 11:10:29 +0000 (11:10 +0000)
committerIustin Pop <iustin@google.com>
Mon, 19 Jan 2009 11:10:29 +0000 (11:10 +0000)
commit428958aa0c73e82d55998e5e112dd97c017f80fb
treef3956d414a170c888e7fde68aba65f7071daa7ef
parentdab69e9770b1c733dbbf8effb34beda317a4f3d8
Combine the two _CreateBlockDevOnXXX functions

Since only two boolean parameters differ between these two functions, we
combine them as to have less code duplication. This will be needed in
the future as we will need to split off the recursive part off.

Reviewed-by: ultrotter
lib/cmdlib.py