When a link target is specified use it rather than attempting to read
a potentially non-existant file.
Details
Details
- Reviewers
markj - Commits
- rGb78d5b424145: makefs: handle mtree link= for ZFS
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 49068 Build 45957: arc lint + arc unit
Event Timeline
usr.sbin/makefs/zfs/fs.c | ||
---|---|---|
305 | n is signed so this might give rise to a signed/unsigned comparison warning? Perhaps add a declaration of n to each block. |