NetBSD/usr.sbin/dumplfs
dholland d0cadc370c Bypass the ifile's double indirect block if the ifile size in blocks
is less than or equal to NDADDR + NINDIR, the number of blocks mapped
without getting to the double indirect block.

The code here was instead using NINDIR * ifpb (ifile entries per
block); this gives the number of ifile entries the indirect block can
map, but that isn't a useful number.

Caught by mlelstv.
2015-08-29 05:33:20 +00:00
..
Makefile Turn off -fno-strict-aliasing for HAVE_GCC; it makes no difference to 2013-08-11 03:49:24 +00:00
dumplfs.8
dumplfs.c Bypass the ifile's double indirect block if the ifile size in blocks 2015-08-29 05:33:20 +00:00
extern.h
misc.c