Deprecate g_unix_mount_monitor_set_rate_limit()
authorRyan Lortie <desrt@desrt.ca>
Thu, 8 Jan 2015 07:16:50 +0000 (02:16 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 2 Mar 2015 20:10:46 +0000 (15:10 -0500)
commit3167c6124ccb19fe655044e30aecea93598d1df0
treecc64efdc5596f27b3b271cf33400f09ee71d8fb3
parent73d4e6f12ff20648996f655fe66cd916be631ba3
Deprecate g_unix_mount_monitor_set_rate_limit()

Deprecate g_unix_mount_monitor_set_rate_limit() and turn it into a
no-op.

This function doesn't behave as advertised.  It only controls rate
limiting for filesystem-based monitors.  It has no impact over reporting
mount changes on Linux, for example, because those are based on polling
for changes in /proc (which doesn't use filesystem monitors).  It also
has no impact on Mac OS because a library interface is used there.

This was added in https://bugzilla.gnome.org/show_bug.cgi?id=521946 in
order to be used by HAL, which is effectively dead.  udisks no longer
uses this code at all.

https://bugzilla.gnome.org/show_bug.cgi?id=742599
gio/gunixmounts.c
gio/gunixmounts.h