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-08-19 07:37:17 +00:00
2015-06-16 23:04:13 +00:00
2015-07-31 04:02:40 +00:00
2015-01-02 19:46:02 +00:00
2015-06-16 23:54:58 +00:00
2015-06-12 09:43:05 +00:00
2015-07-01 15:46:26 +00:00
2015-06-16 23:48:20 +00:00
2015-01-02 19:46:02 +00:00
2015-08-29 05:33:20 +00:00
2014-11-13 07:11:06 +00:00
2015-01-29 03:28:19 +00:00
2015-03-28 14:09:58 +00:00
2015-07-25 10:37:22 +00:00
2015-08-17 17:47:22 +00:00
2015-07-09 13:26:52 +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-04-07 17:47:10 +00:00
2014-10-18 08:33:23 +00:00
2015-08-05 23:23:47 +00:00
2014-10-18 08:33:23 +00:00
2015-02-05 16:50:19 +00:00
2015-01-23 20:28:24 +00:00
2015-06-16 23:04:13 +00:00
2015-08-03 09:51:40 +00:00
2014-12-05 19:24:41 +00:00
2015-07-12 23:54:43 +00:00
2014-12-12 09:58:39 +00:00
2015-06-16 23:04:13 +00:00
2015-08-24 07:21:14 +00:00
2015-04-20 19:36:55 +00:00
2015-08-02 18:11:57 +00:00
2015-06-16 23:04:13 +00:00
2014-12-03 03:44:45 +00:00
2015-06-16 23:04:13 +00:00
2015-08-21 15:41:38 +00:00
2015-05-09 21:22:18 +00:00
2015-06-15 04:15:33 +00:00
2015-03-31 09:25:41 +00:00
2015-04-05 11:33:15 +00:00
2015-08-28 12:04:08 +00:00
2015-02-15 14:51:57 +00:00
2015-06-16 23:04:13 +00:00
2015-07-17 15:58:01 +00:00
2015-04-28 19:59:14 +00:00
2015-04-28 17:00:42 +00:00
2015-08-17 06:42:45 +00:00