commit | 6be544940109b4c45f560785fe5798ce3fdc1922 | [log] [tgz] |
---|---|---|
author | Peter Rajnoha <prajnoha@redhat.com> | Thu Aug 12 04:13:52 2010 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Thu Aug 12 04:13:52 2010 +0100 |
tree | 46307861cfa5d9cc00ba936a0db76aa5feac5226 | |
parent | c24110450650f17f7d3ba4fbe01f01ac5a115456 [diff] |
dm ioctl: remove __dev_status from geometry and target message Remove useless __dev_status call while processing an ioctl that sets up device geometry and target message. The data is not returned to userspace so there is no point collecting it and in the case of target_message it is collected before processing the message so if it did return it might be stale. Signed-off-by: Peter Rajnoha <prajnoha@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>