commit | 412045704477a9b4d46b7e1fddbd53ec5dcde155 | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Thu Aug 23 11:31:49 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Sep 25 14:49:17 2012 -0700 |
tree | 2be3c498fd374bbef140f8359d439fd18dffc3a4 | |
parent | 475c7970c18526adb406f8bc648c44255b300225 [diff] |
cmd_zfs: use common get_device_and_partition function Convert zfsload and zfsls to use common device and partition parsing function. With the common function "dev:part" can come from the environment and a '-' can be used in that case. Signed-off-by: Rob Herring <rob.herring@calxeda.com>