Bug #9999
loader: Consolidate three copies of ZFS commands into a central location.
Start date:
2018-11-21
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Update from FreeBSD with a bit of local changes because our BE code is a bit different in loader:
FreeBSD update: https://svnweb.freebsd.org/base?view=revision&revision=329725
There's no reason to have multiple copies of lszfs and reloadbe. Consolidate them into one location. Also ldi_get_size is the same everywhere (except sparc64). Make it the same everywhere as the common definition is more general and will work on spar64.
Updated by Electric Monk over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 4450d42479b62d9a48049d644ff47b97009d9da2
commit 4450d42479b62d9a48049d644ff47b97009d9da2 Author: Toomas Soome <tsoome@me.com> Date: 2018-11-26T02:16:59.000Z 9999 loader: Consolidate three copies of ZFS commands into a central location. Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Gergő Mihály Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>