commit | 0ddf9644cc26e74ed671525e61a17bdbebf18da6 | [log] [tgz] |
---|---|---|
author | Mikulas Patocka <mpatocka@redhat.com> | Tue Aug 02 12:32:06 2011 +0100 |
committer | Alasdair G Kergon <agk@redhat.com> | Tue Aug 02 12:32:06 2011 +0100 |
tree | fa10cf2fda8f52c0da7f2f1fcec54f2ce2d5bd1f | |
parent | a3998799fb4df0b0af8271a7d50c4269032397aa [diff] |
dm ioctl: fill in device parameters in more ioctls Move parameter filling from find_device to __find_device_hash_cell. This patch causes ioctls using __find_device_hash_cell (DM_DEV_REMOVE_CMD, DM_DEV_SUSPEND_CMD - resume, DM_TABLE_CLEAR_CMD) to return device parameters, bringing them into line with the other ioctls. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>