summaryrefslogtreecommitdiff
path: root/.gitmodules
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 /.gitmodules
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 '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 5e4c4f62..e69de29b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +0,0 @@
-[submodule "libgnome-desktop/libgsystem"]
- path = libgnome-desktop/libgsystem
- url = git://git.gnome.org/libgsystem