NetBSD/sbin/dump_lfs
dholland eb2560adae The ifile's inode number is constant. (it is always 1)
Therefore, storing the value in the superblock and reading it out
again is silly and offers the opportunity for it to become corrupted.
So, don't do that (most of the code already didn't) and use the
existing constant instead. Initialize new 32-bit superblocks with
the value for the sake of old userland programs, but don't keep the
value in the 64-bit superblock at all.

(approved by Margo Seltzer)
2015-09-01 06:12:04 +00:00
..
dump_lfs.8
lfs_inode.c The ifile's inode number is constant. (it is always 1) 2015-09-01 06:12:04 +00:00
Makefile revert part of previous commit 2013-06-15 12:29:02 +00:00