mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 03:08:51 +03:00
Combine OS-independent ABD Code into Common Source File
Reorganizing ABD code base so OS-independent ABD code has been placed into a common abd.c file. OS-dependent ABD code has been left in each OS's ABD source files, and these source files have been renamed to abd_os. The OS-independent ABD code is now under: module/zfs/abd.c With the OS-dependent code in: module/os/linux/zfs/abd_os.c module/os/freebsd/zfs/abd_os.c Reviewed-by: Matthew Ahrens <mahrens@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Brian Atkinson <batkinson@lanl.gov> Closes #10293
This commit is contained in:
+3
-2
@@ -127,7 +127,7 @@ SRCS+= spl_atomic.c
|
||||
.endif
|
||||
|
||||
#os/freebsd/zfs
|
||||
SRCS+= abd.c \
|
||||
SRCS+= abd_os.c \
|
||||
crypto_os.c \
|
||||
dmu_os.c \
|
||||
hkdf.c \
|
||||
@@ -169,7 +169,8 @@ SRCS+= zfeature_common.c \
|
||||
zprop_common.c
|
||||
|
||||
#zfs
|
||||
SRCS+= aggsum.c \
|
||||
SRCS+= abd.c \
|
||||
aggsum.c \
|
||||
arc.c \
|
||||
arc_os.c \
|
||||
blkptr.c \
|
||||
|
||||
Reference in New Issue
Block a user