]> Zhao Yanbai Git Server - minix.git/commit
mfs: more accurate stat.st_blocks estimation
authorDavid van Moolenbroek <david@minix3.org>
Sun, 4 Mar 2012 11:14:06 +0000 (12:14 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 5 Mar 2012 21:32:33 +0000 (22:32 +0100)
commitfecfd07997f9b70afd4d54fd861fdc550c8a25b6
treecbe7bff397d279f5815de7070966ac47187fbf90
parent075f8398100c65c0c9103c119ea8ebb6ead6c894
mfs: more accurate stat.st_blocks estimation

On MFS file systems, the stat(2) call now counts indirect blocks as
part of the st_blocks calculation, in addition to proper initial
rounding of the file size. The returned value is now a true upper
bound on the actual number of 512-byte blocks allocated to the file.
As before, it is not accurate for sparse files.
servers/mfs/stadir.c