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 Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |