Module Name: src Committed By: dholland Date: Sat Aug 29 05:33:20 UTC 2015
Modified Files: src/usr.sbin/dumplfs: dumplfs.c Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/usr.sbin/dumplfs/dumplfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.