summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorDaniel Palmer <daniel.palmer@sony.com>2025-06-10 08:37:38 +0900
committerJonathan Corbet <corbet@lwn.net>2025-06-25 12:49:29 -0600
commitbb39dd09fe68dbd4fcf999420a0c8ecf09f029ce (patch)
tree211f1b068c5d508586f42c4748dd344a78aa15f3 /Documentation/filesystems
parentfa5a06e94a235253af1a78a0c3ce0c4a995b87b0 (diff)
doc: Remove misleading reference to brd in dax.rst
brd hasn't supported DAX for a long time but dax.rst still suggests it as an example of how to write a DAX supporting block driver. Remove the reference, confuse less people. Fixes: 7a862fbbdec6 ("brd: remove dax support") Signed-off-by: Daniel Palmer <daniel.palmer@sony.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250610-fixdasrstbrd20250610-v1-1-4abe3b7f381a@sony.com
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/dax.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/filesystems/dax.rst b/Documentation/filesystems/dax.rst
index 08dd5e254cc5..5b283f3d1eb1 100644
--- a/Documentation/filesystems/dax.rst
+++ b/Documentation/filesystems/dax.rst
@@ -206,7 +206,6 @@ stall the CPU for an extended period, you should also not attempt to
implement direct_access.
These block devices may be used for inspiration:
-- brd: RAM backed block device driver
- pmem: NVDIMM persistent memory driver