]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move ZFS files into libsa
authorimp <imp@FreeBSD.org>
Sun, 8 Jul 2018 07:42:49 +0000 (07:42 +0000)
committerimp <imp@FreeBSD.org>
Sun, 8 Jul 2018 07:42:49 +0000 (07:42 +0000)
commitd40de35aa0db61181e739c6d7735f63e3d928291
treefa3a2c4e2729979c2818fd45db73a3762acea3b8
parent040074c326b986d034f0882f15efb13cdcb4eaae
Move ZFS files into libsa

Move the libzfs stuff into libsa. There's no need for it to be a
separate library. The separate library adds to the issues of build
ordering that we see from time to time. Move the filesystem support
into libsa, like all the other filesystem support rather than making
zfs the odd-duck out.

Discussed with: allanjude@
21 files changed:
stand/Makefile
stand/defs.mk
stand/efi/boot1/Makefile
stand/efi/loader/Makefile
stand/i386/gptzfsboot/Makefile
stand/i386/loader/Makefile
stand/i386/zfsboot/Makefile
stand/i386/zfsloader/Makefile
stand/libsa/Makefile
stand/libsa/zfs/Makefile.inc [moved from stand/zfs/Makefile with 74% similarity]
stand/libsa/zfs/devicename_stubs.c [moved from stand/zfs/devicename_stubs.c with 100% similarity]
stand/libsa/zfs/libzfs.h [moved from stand/zfs/libzfs.h with 100% similarity]
stand/libsa/zfs/zfs.c [moved from stand/zfs/zfs.c with 100% similarity]
stand/libsa/zfs/zfsimpl.c [moved from stand/zfs/zfsimpl.c with 100% similarity]
stand/loader.mk
stand/sparc64/loader/Makefile
stand/sparc64/zfsloader/Makefile
stand/userboot/userboot/Makefile
stand/zfs/Makefile.depend [deleted file]
stand/zfs32/Makefile [deleted file]
stand/zfs32/Makefile.depend [deleted file]