unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67595] [PATCH] file-systems: Add tracefs to %pseudo-file-system-types.
@ 2023-12-03  2:37 Leo Nikkilä via Guix-patches via
  2023-12-10 20:48 ` bug#67595: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Leo Nikkilä via Guix-patches via @ 2023-12-03  2:37 UTC (permalink / raw)
  To: 67595; +Cc: Leo Nikkilä

* gnu/system/file-systems.scm (%pseudo-file-system-types): Add tracefs.
---
 gnu/system/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm
index 6d385d71d4..af0567bd3e 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -369,7 +369,7 @@ (define %pseudo-file-system-types
   ;; List of know pseudo file system types.  This is used when validating file
   ;; system definitions.
   '("binfmt_misc" "cgroup" "cgroup2" "debugfs" "devpts" "devtmpfs" "efivarfs" "fusectl"
-    "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs" "xenfs"))
+    "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs" "tracefs" "xenfs"))
 
 (define %fuse-control-file-system
   ;; Control file system for Linux' file systems in user-space (FUSE).

base-commit: 06ebc45e15f2a1bd4526a5a716eed657c902a0c1
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67595: [PATCH] file-systems: Add tracefs to %pseudo-file-system-types.
  2023-12-03  2:37 [bug#67595] [PATCH] file-systems: Add tracefs to %pseudo-file-system-types Leo Nikkilä via Guix-patches via
@ 2023-12-10 20:48 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-10 20:48 UTC (permalink / raw)
  To: Leo Nikkilä; +Cc: 67595-done

Hi,

Leo Nikkilä <hello@lnikki.la> skribis:

> * gnu/system/file-systems.scm (%pseudo-file-system-types): Add tracefs.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-10 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-03  2:37 [bug#67595] [PATCH] file-systems: Add tracefs to %pseudo-file-system-types Leo Nikkilä via Guix-patches via
2023-12-10 20:48 ` bug#67595: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).