GNOME Bugzilla – Bug 711859
afp backend does not calculate G_FILE_ATTRIBUTE_FILESYSTEM_USED
Last modified: 2013-11-14 06:26:47 UTC
afp backend does not calculate G_FILE_ATTRIBUTE_FILESYSTEM_USED. Pretty minor but it should be easy to do it.
Created attachment 259582 [details] [review] afp: Report number of bytes used on the filesystem Calculate the number of bytes used by subtracting the size from the number of bytes free, as done with local files.
(In reply to comment #1) > Created an attachment (id=259582) [details] [review] > afp: Report number of bytes used on the filesystem > > Calculate the number of bytes used by subtracting the size from the > number of bytes free, as done with local files. Looks good, please commit.
Pushed to master as 2965194d8479e83dfa6e2ef0b0302aea2762dae3. Thanks!