summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-02-05 13:51:10 -0500
committerColin Walters <walters@verbum.org>2015-02-05 19:11:43 -0500
commitc394ae44e99e3edc6d3ae926fb00e58d63aefe4c (patch)
tree46992fea183702378909791bdb75017611399867 /docs
parent7e73247c57af28d7b6de71ec7d7e01e18f249922 (diff)
downloadgnome-desktop-c394ae44e99e3edc6d3ae926fb00e58d63aefe4c.tar.gz
Drop libgsystem submodule, stop using O_NOATIME
The entire rationale for adding this _noatime function was fairly bogus. See https://bugzilla.gnome.org/show_bug.cgi?id=680326 But the Linux kernel doesn't permit non-root users to use it for root-owned files - which is the default for real world GNOME installations. We end up doing twice the syscall traffic with no benefit at all. The patch does work in jhbuild, but honestly the relatime handling is generally OK for this, and where it's not, change your system to mount O_NOATIME. https://bugzilla.gnome.org/show_bug.cgi?id=708453
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gnome-desktop3/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/reference/gnome-desktop3/Makefile.am b/docs/reference/gnome-desktop3/Makefile.am
index d4f0779e..65d01007 100644
--- a/docs/reference/gnome-desktop3/Makefile.am
+++ b/docs/reference/gnome-desktop3/Makefile.am
@@ -48,7 +48,6 @@ CFILE_GLOB=$(top_srcdir)/libgnome-desktop/*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
IGNORE_HFILES= \
- libgsystem \
meta-dbus-idle-monitor.h \
meta-dbus-xrandr.h \
meta-xrandr-shared.h