mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-25 19:57:43 +03:00
vdev_label_os: copy Linux implementation for userspace
The no-op is fine for both. Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <mav@FreeBSD.org> Signed-off-by: Rob Norris <robn@despairlabs.com> Sponsored-by: https://despairlabs.com/sponsor/ Closes #16492
This commit is contained in:
committed by
Brian Behlendorf
parent
8fc0beb66b
commit
d70b2c0687
@@ -15,7 +15,8 @@ dist_libzpool_la_SOURCES = \
|
||||
%D%/arc_os.c \
|
||||
%D%/kernel.c \
|
||||
%D%/taskq.c \
|
||||
%D%/util.c
|
||||
%D%/util.c \
|
||||
%D%/vdev_label_os.c
|
||||
|
||||
nodist_libzpool_la_SOURCES = \
|
||||
module/lua/lapi.c \
|
||||
@@ -45,7 +46,6 @@ nodist_libzpool_la_SOURCES = \
|
||||
\
|
||||
module/os/linux/zfs/trace.c \
|
||||
module/os/linux/zfs/vdev_file.c \
|
||||
module/os/linux/zfs/vdev_label_os.c \
|
||||
module/os/linux/zfs/zfs_debug.c \
|
||||
module/os/linux/zfs/zfs_racct.c \
|
||||
module/os/linux/zfs/zfs_znode.c \
|
||||
|
||||
Reference in New Issue
Block a user