Page MenuHomeFreeBSD

makefs: handle mtree link= for ZFS
ClosedPublic

Authored by brooks on Jan 12 2023, 12:11 AM.
Tags
None
Referenced Files
F94536043: D38028.diff
Tue, Sep 17, 3:40 PM
Unknown Object (File)
Wed, Sep 11, 6:14 AM
Unknown Object (File)
Sun, Sep 8, 6:32 PM
Unknown Object (File)
Thu, Sep 5, 5:48 PM
Unknown Object (File)
Thu, Sep 5, 5:06 PM
Unknown Object (File)
Fri, Aug 30, 10:12 AM
Unknown Object (File)
Mon, Aug 19, 10:16 AM
Unknown Object (File)
Aug 15 2024, 11:03 AM
Subscribers

Details

Summary

When a link target is specified use it rather than attempting to read
a potentially non-existant file.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49073
Build 45962: arc lint + arc unit

Event Timeline

markj added inline comments.
usr.sbin/makefs/zfs/fs.c
304

n is signed so this might give rise to a signed/unsigned comparison warning? Perhaps add a declaration of n to each block.

This revision is now accepted and ready to land.Jan 12 2023, 2:23 AM
  • Avoid signed vs unsigned comparison issues
This revision now requires review to proceed.Jan 12 2023, 5:47 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 12 2023, 6:21 PM
This revision was automatically updated to reflect the committed changes.