mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
u8_textprep: move into module/zfs
Now that it's built into the main zfs module in all cases, there's no reason to put it in its own dir. Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18071
This commit is contained in:
committed by
Brian Behlendorf
parent
309006a0c6
commit
654e7628d6
@@ -46,8 +46,6 @@ nodist_libzpool_la_SOURCES = \
|
||||
\
|
||||
module/os/linux/zfs/zio_crypt.c \
|
||||
\
|
||||
module/unicode/u8_textprep.c \
|
||||
\
|
||||
module/zcommon/cityhash.c \
|
||||
module/zcommon/simd_stat.c \
|
||||
module/zcommon/zfeature_common.c \
|
||||
@@ -137,6 +135,7 @@ nodist_libzpool_la_SOURCES = \
|
||||
module/zfs/space_map.c \
|
||||
module/zfs/space_reftree.c \
|
||||
module/zfs/txg.c \
|
||||
module/zfs/u8_textprep.c \
|
||||
module/zfs/uberblock.c \
|
||||
module/zfs/unique.c \
|
||||
module/zfs/vdev.c \
|
||||
|
||||
Reference in New Issue
Block a user