xfs
[Top] [All Lists]

[PATCH] xfs: document dax mount option

To: xfs-oss <xfs@xxxxxxxxxxx>
Subject: [PATCH] xfs: document dax mount option
From: Eric Sandeen <sandeen@xxxxxxxxxx>
Date: Fri, 21 Aug 2015 16:36:53 -0500
Delivered-to: xfs@xxxxxxxxxxx
Add dax to the list of mount options in xfs.txt.

Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx>
---

diff --git a/Documentation/filesystems/xfs.txt 
b/Documentation/filesystems/xfs.txt
index 8146e9f..e7e935d 100644
--- a/Documentation/filesystems/xfs.txt
+++ b/Documentation/filesystems/xfs.txt
@@ -58,6 +58,11 @@ default behaviour.
        This allows for drive level write caching to be enabled, for
        devices that support write barriers.
 
+  dax
+       Use direct access (no page cache) for block devices which are
+       memory-like, performing reads and writes directly to the storage
+       device.  See Documentation/filesystems/dax.txt.
+
   discard
   nodiscard (*)
        Enable/disable the issuing of commands to let the block

<Prev in Thread] Current Thread [Next in Thread>
  • [PATCH] xfs: document dax mount option, Eric Sandeen <=