-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding the mutli abd type, which allows for linear and scatter abd's to be chained together into a single abd. As part of this PR, the ABD code has been reorganized so the OS dependant ABD code has been split into their own independent files. The shared ABD code is now under: module/zfs/abd.c With the independent OS code in: module/os/linux/zfs/abd_os.c module/os/freebsd/zfs/abd_os.c Signed-off-by: Brian Atkinson <[email protected]> Co-authored-by: Mark Maybee <[email protected]> Co-authored-by: Brian Atkinson <[email protected]>
- Loading branch information
1 parent
196bee4
commit b7c0932
Showing
10 changed files
with
1,346 additions
and
1,269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ KERNEL_C = \ | |
zpool_prop.c \ | ||
zprop_common.c \ | ||
abd.c \ | ||
abd_os.c \ | ||
aggsum.c \ | ||
arc.c \ | ||
arc_os.c \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.