Commit 0acba3cd018c51e529a6f008c092629ad2e9e0a4

Authored by Satoru Takeuchi
Committed by Ben Myers
1 parent 0e446be448

xfs: Remove the description of nodelaylog mount option from xfs.txt

nodelaylog mount option is removed by commit 93b8a585. But there still be
the description about it in the xfs document. This patch removes it.

Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>
Reviewed-by: Ben Myers <bpm@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

Documentation/filesystems/xfs.txt
... ... @@ -43,7 +43,7 @@
43 43 Issue command to let the block device reclaim space freed by the
44 44 filesystem. This is useful for SSD devices, thinly provisioned
45 45 LUNs and virtual machine images, but may have a performance
46   - impact. This option is incompatible with the nodelaylog option.
  46 + impact.
47 47  
48 48 dmapi
49 49 Enable the DMAPI (Data Management API) event callouts.