]> git.eshelyaron.com Git - emacs.git/commit
Don’t round file-system-info counts
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Sep 2019 10:54:41 +0000 (03:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Sep 2019 10:55:12 +0000 (03:55 -0700)
commitc108d8ecc65c8e9626ce782213764d5d12508b43
tree488a4d0e82aa6869a38606df598de552bde2501e
parentd27fb533ffe8aa40285daecd8e3eab0ca0b7484e
Don’t round file-system-info counts

* src/fileio.c (blocks_to_bytes): Convert the byte count to an
integer, since we have bignums now.  This avoids possible rounding
errors for file systems containing more than 8 PiB or so.
src/fileio.c