commit | a59b5e35d181599bc4114ceff3547ef47e713689 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Fri Aug 22 13:15:50 2014 +0200 |
committer | Riku Voipio <riku.voipio@linaro.org> | Mon Oct 06 21:52:45 2014 +0300 |
tree | 83e552a747c3ab3736ebbff462311b2f8042a03d | |
parent | 40645c7bfd7c4d45381927e1e80081fa827c368a [diff] |
linux-user: Convert blkpg to use a special subop handler The blkpg ioctl can take different payloads depending on the opcode in its payload structure. Create a new special ioctl handler that can only deal with partition style ones for now. This patch fixes running parted for me. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Riku Voipio <riku.voipio@linaro.org>