diff options
author | Rob Norris <[email protected]> | 2024-01-09 12:12:56 +1100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-03-25 16:50:47 -0700 |
commit | f3b85d706bae82957d2e3e0ef1d53a1cfab60eb4 (patch) | |
tree | e2710ae2cb00762ff8893ad082045dec10e47a0c /module/os/linux/zfs/abd_os.c | |
parent | 390b448726c580999dd337be7a40b0e95cf1d50b (diff) |
vdev_disk: rename existing functions to vdev_classic_*
This is just renaming the existing functions we're about to replace and
grouping them together to make the next commits easier to follow.
Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Sponsored-by: Klara, Inc.
Sponsored-by: Wasabi Technology, Inc.
Closes #15533
Closes #15588
Diffstat (limited to 'module/os/linux/zfs/abd_os.c')
-rw-r--r-- | module/os/linux/zfs/abd_os.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/module/os/linux/zfs/abd_os.c b/module/os/linux/zfs/abd_os.c index dae128012..3fe01c0b7 100644 --- a/module/os/linux/zfs/abd_os.c +++ b/module/os/linux/zfs/abd_os.c @@ -1097,6 +1097,11 @@ abd_iter_page(struct abd_iter *aiter) } /* + * Note: ABD BIO functions only needed to support vdev_classic. See comments in + * vdev_disk.c. + */ + +/* * bio_nr_pages for ABD. * @off is the offset in @abd */ |