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 721461 - client: remove GVfsUriMountInfo
client: remove GVfsUriMountInfo
Status: RESOLVED FIXED
Product: gvfs
Classification: Core
Component: client module
unspecified
Other All
: Normal normal
: ---
Assigned To: gvfs-maint
gvfs-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-04 15:36 UTC by Giovanni Campagna
Modified: 2014-01-20 09:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
client: remove GVfsUriMountInfo (34.91 KB, patch)
2014-01-04 15:36 UTC, Giovanni Campagna
committed Details | Review

Description Giovanni Campagna 2014-01-04 15:36:44 UTC
Found this while inspecting the code for other purposes.
Comment 1 Giovanni Campagna 2014-01-04 15:36:47 UTC
Created attachment 265305 [details] [review]
client: remove GVfsUriMountInfo

This structure is too similar to GMountSpec to deserve a presence
(it's essentially a GMountSpec with a path). By removing it we
can remove some code and avoid wasteful allocations in sensitive
paths such as creating and traversing GFiles.
Comment 2 Alexander Larsson 2014-01-20 09:21:24 UTC
Attachment 265305 [details] pushed as 5de780f - client: remove GVfsUriMountInfo