UBI: make UBI_IOCVOLCRBLK take a parameter for future usage
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Wed, 5 Mar 2014 14:16:14 +0000 (11:16 -0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 6 Mar 2014 10:04:22 +0000 (12:04 +0200)
commit463c5eedb4a13b9aa91f05498a0f2c20bd03f8c4
treeaba73d0de039f0bb5e770e87c3aad5717e787edc
parent8af871887fcba470ff9265c65cff7d14d9e0e3f9
UBI: make UBI_IOCVOLCRBLK take a parameter for future usage

In order to allow a future ioctl parameter, such as a creation flag,
we change the UBI_IOCVOLCRBLK so it accepts a struct ubi_blkcreate_req.
For the time being the structure is not in use, but fully reserved.

This ABI change is still possible and harmless, because the ioctl has just
been introduced and there's no userspace program which uses it.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
include/uapi/mtd/ubi-user.h