mirror of
https://github.com/opnsense/src.git
synced 2026-06-17 20:49:40 -04:00
The superblock structure has space reserved for a pointer to an in-memory structure that gets created at mount time. makefs populates it since that simplifies code elsewhere. However, the pointer value ends up in the output file, which breaks reproducibility. Zero the field when writing the superblock instead, as its on-disk value is ignored. Reviewed by: emaste MFC after: 2 weeks Sponsored by: Klara, Inc. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D50196 |
||
|---|---|---|
| .. | ||
| buf.c | ||
| buf.h | ||
| ffs_alloc.c | ||
| ffs_balloc.c | ||
| ffs_bswap.c | ||
| ffs_extern.h | ||
| ffs_subr.c | ||
| Makefile.inc | ||
| mkfs.c | ||
| newfs_extern.h | ||
| ufs_bmap.c | ||
| ufs_bswap.h | ||
| ufs_inode.h | ||