NetBSD/usr.sbin
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
..
2015-07-31 04:02:40 +00:00
2015-06-16 23:54:58 +00:00
2015-07-25 10:37:22 +00:00
2014-11-15 02:09:18 +00:00
2014-12-20 13:15:48 +00:00
2015-06-17 01:05:41 +00:00
2015-01-23 20:28:24 +00:00
2015-08-03 09:51:40 +00:00
2015-08-24 07:21:14 +00:00
2014-12-03 03:44:45 +00:00
2015-08-21 15:41:38 +00:00
2015-03-31 09:25:41 +00:00
2015-08-28 12:04:08 +00:00
2015-02-15 14:51:57 +00:00
2015-04-28 17:00:42 +00:00
2015-08-17 06:42:45 +00:00