GNOME Bugzilla – Bug 711855
fuse daemon should round up number of blocks
Last modified: 2013-11-15 15:00:35 UTC
For example, if a filesystem is 4095 bytes, it should indicate that it takes 1 block rather than 0 blocks (as it currently does).
Created attachment 259574 [details] [review] fuse: Round up the number of blocks that a filesystem has If a filesystem is 4095 bytes, indicate that it uses 1 block rather than 0 blocks.
Review of attachment 259574 [details] [review]: Looks good.
Pushed to master as af1e2dd22047e1f95c245a9ada11958899f20278. Thanks!