From ed1fafc9bcb5f06d6bfd1c71f52c54a7e5dacb27 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Thu, 2 May 2024 22:12:13 +0200 Subject: sys/linux: add bcachefs descriptions --- pkg/vminfo/linux_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/vminfo/linux_test.go') diff --git a/pkg/vminfo/linux_test.go b/pkg/vminfo/linux_test.go index 56fea06fb..63a352924 100644 --- a/pkg/vminfo/linux_test.go +++ b/pkg/vminfo/linux_test.go @@ -33,7 +33,7 @@ func TestLinuxSyscalls(t *testing.T) { "ntfs", "ntfs3", "hfsplus", "bfs", "exfat", "affs", "jffs2", "ext4", "gfs2", "msdos", "v7", "gfs2meta", "zonefs", "omfs", "minix", "adfs", "ufs", "sysv", "reiserfs", "ocfs2", "nilfs2", - "iso9660", "hpfs", "binder", "", + "iso9660", "hpfs", "binder", "bcachefs", "", } files := []host.FileInfo{ { -- cgit mrf-deployment