063df7cfb7
- fix round-off errors when determining the number of inodes per group, which often resulted in the total number of inodes in the file system being less than what the density asked for. now you might get more inodes than requested for a given density, rather than less. - if the new inodes/group is <= 0, ensure that it's at least 1, preventing a possible division by zero or other wacky problems - use long long instead of quad_t |
||
---|---|---|
.. | ||
Makefile | ||
extern.h | ||
mkfs.c | ||
newfs.8 | ||
newfs.c |