| Subject | Re: [PATCHv7] UBI: new module ubiblk: block layer on top of UBI | | From | Artem Bityutskiy <> | | Date | Mon, 26 Sep 2011 16:20:04 +0300 |
| |
On Mon, 2011-09-26 at 14:38 +0200, David Wagner wrote: > * "volume" parameter: pass the volume name instead of the volume ID
Sorry if I was not clear, but it should accept both name and number. Take a look at UBI - it first checks if the string is a number, if yes - tries to open by number, if this fails, tries to treat this as a name and open by name.
And AFAICS, you did not change the documentation for the "volume" module parameter.
-- Best Regards, Artem Bityutskiy
|