Re: [PATCHv8] UBI: new module ubiblk: block layer on top of UBI

2011-09-26 Thread Artem Bityutskiy
On Mon, 2011-09-26 at 16:25 +0200, David Wagner wrote: > +MODULE_PARM_DESC(volume, > + "Format: volume=:\n" > + "Create a ubiblk device at init time. Useful for mounting it as root > " > + "device."); Sorry, you still did not change the documentation. It should describe what t

[PATCHv8] UBI: new module ubiblk: block layer on top of UBI

2011-09-26 Thread David Wagner
ubiblk is a read-only block layer on top of UBI. It presents UBI volumes as read-only block devices (named ubiblkX_Y, where X is the UBI device number and Y the Volume ID). It is used by putting a block filesystem image on a UBI volume, creating the corresponding ubiblk device and then mounting i