From 2dc2d7d2d870258d00d771deb6e88b45b322573a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 10 Mar 2026 18:47:36 +0100 Subject: better put the discussion url in the open issue and refer to that --- contributing.mdwn | 2 +- open_issues/tmpfs.mdwn | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/contributing.mdwn b/contributing.mdwn index 2eae8f09..0e8a41d5 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -179,7 +179,7 @@ This is the list of tasks that we *want* to address soon, starting with the most * Fix the memory consumption of `rumpdisk`. * Plug acpi shutdown event. * Check that `MAP_NORESERVE` passed to `mmap` avoids the overcommit limitation recently introduced in gnumach (`RLIMIT_AS`) -* Fix `tmpfs` losing files, see [discussion](https://lists.gnu.org/archive/html/bug-hurd/2015-02/msg00091.html). +* Fix `tmpfs` losing files, see [[open issue|/open_issues/tmpfs]] * Port `libasan`/`lsan`/`ubsan`/`libtasn` so we can use these sanitizers (youpi did some of it, pending clean/submit). * Rewrite `pthread_cond_*`, `pthread_rwlock_*`, `pthread_barrier_*` to use `gsync`, like `pthread_mutex_*` do (also see the nptl implementations, possibly just share with them). * Improve rumpdisk's asynchronism, see end of `hurd/rumpdisk/block-rump.c`. diff --git a/open_issues/tmpfs.mdwn b/open_issues/tmpfs.mdwn index 9c86db9a..e99648af 100644 --- a/open_issues/tmpfs.mdwn +++ b/open_issues/tmpfs.mdwn @@ -24,3 +24,5 @@ drops the object completely, and subsequent accesses to the mmap thus fail with SIGBUS. We'd need a way for tmpfs to know about the mappings of the pager object, to avoid shutting it down. Or a way to keep the object alive even if tmpfs has deallocated its port to it. + +See [discussion](https://lists.gnu.org/archive/html/bug-hurd/2015-02/msg00091.html) -- cgit v1.2.3