]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Consolidate three copies of ZFS commands into a central location.
authorimp <imp@FreeBSD.org>
Wed, 21 Feb 2018 15:57:36 +0000 (15:57 +0000)
committerimp <imp@FreeBSD.org>
Wed, 21 Feb 2018 15:57:36 +0000 (15:57 +0000)
commitdf01c2b09b412df647de99ee156d0f4cb4b1e19f
tree59fd304ab93a562898f38da81dbb66e185c11a1c
parent784e0cc049ecda16ea9557b2d7d057fe180d43b8
Consolidate three copies of ZFS commands into a central location.

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.
stand/common/zfs_cmd.c [new file with mode: 0644]
stand/efi/libefi/efizfs.c
stand/efi/loader/Makefile
stand/efi/loader/main.c
stand/i386/loader/main.c
stand/loader.mk
stand/sparc64/loader/Makefile
stand/sparc64/loader/main.c
stand/userboot/userboot/main.c