summaryrefslogtreecommitdiff
path: root/service_solahart_jakarta_selatan__082122541663/inotify_file_notice_changes.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-18 00:58:35 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-18 00:58:35 +0100
commit49a086299e047b18280457b654790ef4a2e5abfa (patch)
treec2b29e0734d560ce4f58c6945390650b5cac8a1b /service_solahart_jakarta_selatan__082122541663/inotify_file_notice_changes.mdwn
parente2b3602ea241cd0f6bc3db88bf055bee459028b6 (diff)
Revert "rename open_issues.mdwn to service_solahart_jakarta_selatan__082122541663.mdwn"
This reverts commit 95878586ec7611791f4001a4ee17abf943fae3c1.
Diffstat (limited to 'service_solahart_jakarta_selatan__082122541663/inotify_file_notice_changes.mdwn')
-rw-r--r--service_solahart_jakarta_selatan__082122541663/inotify_file_notice_changes.mdwn47
1 files changed, 0 insertions, 47 deletions
diff --git a/service_solahart_jakarta_selatan__082122541663/inotify_file_notice_changes.mdwn b/service_solahart_jakarta_selatan__082122541663/inotify_file_notice_changes.mdwn
deleted file mode 100644
index 6d644788..00000000
--- a/service_solahart_jakarta_selatan__082122541663/inotify_file_notice_changes.mdwn
+++ /dev/null
@@ -1,47 +0,0 @@
-[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]]
-
-[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
-id="license" text="Permission is granted to copy, distribute and/or modify this
-document under the terms of the GNU Free Documentation License, Version 1.2 or
-any later version published by the Free Software Foundation; with no Invariant
-Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
-is included in the section entitled [[GNU Free Documentation
-License|/fdl]]."]]"""]]
-
-IRC, freenode, #hurd, 2011-03-28
-
-[[!tag open_issue_hurd]]
-
- <barrucadu> I've been going through the xmlfs code, and plan to have it
- monitor the backing store (xml file) for changes and update the presented
- directory hierarchy when something is changed; is there a better way to
- check a file for changes beyond checking its modification time every few
- minutes?
- <tschwinge> barrucadu: In the Hurd spirit, you'd use file_notice_changes
- (fs.defs).
- <barrucadu> thanks
- <youpi> we should manage to work out an inotify interface around it, btw
- <pochu> like gamin?
- <pinotree> imho making gamin work should gain all the fam-using
- applications
- <pochu> (which, looking at the sources, seems to support hurd already, not
- sure why it's not built)
- <pinotree> pochu: the hurd_notify of gamin does not build OOTB
- <pochu> > /build/buildd/gamin-0.1.10/./libgamin/gam_data.c:476: error:
- 'PTHREAD_MUTEX_RECURSIVE' undeclared (first use in this function)
- <pinotree> there are few patches in bugzilla to make it compile
- <pochu> if they work, and you point me to them, I can upload a new gamin
- with them included
- <pinotree> #315644, #588337. #605246
- <pinotree> and iirc there's something else i have locally but not send yet
- <pochu> please check and submit :)
- <pinotree> ah no, those three contains all the build issues
- <pinotree> .. plus relative proposed fixes
- <pochu> ok, I'll try to get to it soonish
- <pinotree> and you should know about two of them already ;D
- <pochu> please remind me if I don't :)
-
----
-
-Apparently fanotify is cosidered inotify's successor, so we might directly go
-supporting that one instead, or both. --[[tschwinge]], 2011-05-10