mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
zfs_znode: lift common code to a single shared file
For now, userspace has no znode implementation. Some of the property and path handling code is used there though and is the same on all platforms, so we only need a single copy of it. 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
4c9b59e541
commit
c22d56e3ed
@@ -47,7 +47,6 @@ nodist_libzpool_la_SOURCES = \
|
||||
\
|
||||
module/os/linux/zfs/vdev_file.c \
|
||||
module/os/linux/zfs/zfs_debug.c \
|
||||
module/os/linux/zfs/zfs_znode.c \
|
||||
module/os/linux/zfs/zio_crypt.c \
|
||||
\
|
||||
module/zcommon/cityhash.c \
|
||||
@@ -183,6 +182,7 @@ nodist_libzpool_la_SOURCES = \
|
||||
module/zfs/zfs_ratelimit.c \
|
||||
module/zfs/zfs_rlock.c \
|
||||
module/zfs/zfs_sa.c \
|
||||
module/zfs/zfs_znode.c \
|
||||
module/zfs/zil.c \
|
||||
module/zfs/zio.c \
|
||||
module/zfs/zio_checksum.c \
|
||||
|
||||
Reference in New Issue
Block a user