diff --git a/pkg/xfs/fsopen/fsopen_other.go b/pkg/xfs/fsopen/fsopen_other.go new file mode 100644 index 000000000..94ce30dba --- /dev/null +++ b/pkg/xfs/fsopen/fsopen_other.go @@ -0,0 +1,9 @@ +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at http://mozilla.org/MPL/2.0/. + +//go:build !linux + +// Package fsopen provides a simple interface to create and manage a filesystem +// using the Linux syscalls for filesystem operations. +package fsopen