Page MenuHomeFreeBSD

Use NULL for zfs_send_one in be_export
AbandonedPublic

Authored by kevans on Jul 22 2020, 10:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 23 2023, 3:01 AM
Unknown Object (File)
Aug 23 2023, 11:54 AM
Unknown Object (File)
May 10 2023, 4:59 AM
Subscribers
None

Details

Reviewers
mmacy
rew
Summary

Use NULL for the fifth argument in openzfs's function zfs_send_one(), used within be_export().

The fifth argument is a const char pointer used to represent the name of a redaction bookmark.
If no redaction bookmark is to be used, NULL is the appropriate argument. This patch
fixes a failing test for 'bectl_test:bectl_export_import'.

branch pulled from https://github.com/mattmacy/networking.git

Test Plan

Run bectl tests

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32499
Build 29972: arc lint + arc unit

Event Timeline

rew requested review of this revision.Jul 22 2020, 10:39 PM
rew created this revision.
rew retitled this revision from Summary: Use NULL for the fifth argument in openzfs's function zfs_send_one(), used within be_export(). to Use NULL for zfs_send_one in be_export.Jul 22 2020, 10:41 PM
rew edited the summary of this revision. (Show Details)

As discussed, we can go ahead and close this one- Matt accepted my PR to his branch where this is organized.

kevans abandoned this revision.
kevans edited reviewers, added: rew; removed: kevans.