From a805c44056959e6ead8874cef5ecb59381764fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20A=2E=20Fern=C3=A1ndez?= Date: Wed, 13 Feb 2019 15:26:22 -0300 Subject: [PATCH] apfs: link to userland tools in the documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention the existence of the apfsprogs project in the documentation for the module. Signed-off-by: Ernesto A. Fernández --- Documentation/filesystems/apfs.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/filesystems/apfs.txt b/Documentation/filesystems/apfs.txt index 01d3cc3cf76b..586d79274586 100644 --- a/Documentation/filesystems/apfs.txt +++ b/Documentation/filesystems/apfs.txt @@ -6,6 +6,10 @@ The Apple File System (APFS) is a copy-on-write filesystem apparently intended to replace HFS+ on all Apple devices in the near future. This modules provides a degree of experimental read-only support on Linux. +The long-term goal is to support writes as well. To help with testing, a set +of userland tools is under development. The git tree can be retrieved from +. + Known limitations =================