After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 711855 - fuse daemon should round up number of blocks
fuse daemon should round up number of blocks
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: fuse
git master
Other Linux
: Normal trivial
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2013-11-11 17:10 UTC by Ross Lagerwall
Modified: 2013-11-15 15:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fuse: Round up the number of blocks that a filesystem has (1.25 KB, patch)
2013-11-11 17:13 UTC, Ross Lagerwall
accepted-commit_now Details | Review

Description Ross Lagerwall 2013-11-11 17:10:54 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).
Comment 1 Ross Lagerwall 2013-11-11 17:13:55 UTC
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.
Comment 2 Ondrej Holy 2013-11-15 11:58:43 UTC
Review of attachment 259574 [details] [review]:

Looks good.
Comment 3 Ross Lagerwall 2013-11-15 15:00:35 UTC
Pushed to master as af1e2dd22047e1f95c245a9ada11958899f20278. Thanks!