Page MenuHomeFreeBSD

makefs: Make Rock Ridge inode assignment reproducible
ClosedPublic

Authored by emaste on Wed, Feb 26, 7:01 PM.

Details

Summary

Assign Rock Ridge File Serial Numbers (inodes) sequentially rather than passing the inode from the underlying filesystem through.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
usr.sbin/makefs/cd9660/iso9660_rrip.c
663

makefs's mtree support sets st_ino only if the file has st_nlink > 1

will add a comment here

brooks added a subscriber: brooks.

Seems reasonable.

This revision is now accepted and ready to land.Fri, Feb 28, 7:48 PM