[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: file-systems: Add "virtiofs" to the list of pseudo file system ty
From: |
guix-commits |
Subject: |
05/07: file-systems: Add "virtiofs" to the list of pseudo file system types. |
Date: |
Mon, 13 May 2024 10:32:14 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit efbdfe1900efa1088fd84ecf88b89a3e9e9ac0a3
Author: Massimo Zaniboni <mzan@dokmelody.org>
AuthorDate: Mon May 13 00:23:21 2024 +0200
file-systems: Add "virtiofs" to the list of pseudo file system types.
* gnu/system/file-systems.scm (%pseudo-file-system-types): Add "virtiofs"
to the list of pseudo file system types.
Change-Id: Ib1d99127e65f6543c592faec1c54bd0c5eae3ad7
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 af0567bd3e..c791b24a9f 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -369,7 +369,7 @@ TARGET in the other system."
;; 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" "tracefs"
"xenfs"))
+ "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs" "tracefs"
"virtiofs" "xenfs"))
(define %fuse-control-file-system
;; Control file system for Linux' file systems in user-space (FUSE).
- branch master updated (be235a3092 -> 7ca9809cdb), guix-commits, 2024/05/13
- 05/07: file-systems: Add "virtiofs" to the list of pseudo file system types.,
guix-commits <=
- 02/07: doc: Document cvs-fetch and cvs-reference., guix-commits, 2024/05/13
- 01/07: daemon: Loop over ‘copy_file_range’ upon short writes., guix-commits, 2024/05/13
- 04/07: .dir-locals: Configure indentation for swap-space., guix-commits, 2024/05/13
- 06/07: tests: Remove interference from the user’s Git config., guix-commits, 2024/05/13
- 03/07: doc: Fix bug in hg-reference documentation., guix-commits, 2024/05/13
- 07/07: tests: Skip ‘terminal-string-width’ test on encodings other than UTF-8., guix-commits, 2024/05/13