diff options
Diffstat (limited to 'Documentation/filesystems/ubifs.txt')
-rw-r--r-- | Documentation/filesystems/ubifs.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/filesystems/ubifs.txt b/Documentation/filesystems/ubifs.txt index 340512c32506..dd84ea3c10da 100644 --- a/Documentation/filesystems/ubifs.txt +++ b/Documentation/filesystems/ubifs.txt | |||
@@ -89,6 +89,12 @@ fast_unmount do not commit on unmount; this option makes | |||
89 | bulk_read read more in one go to take advantage of flash | 89 | bulk_read read more in one go to take advantage of flash |
90 | media that read faster sequentially | 90 | media that read faster sequentially |
91 | no_bulk_read (*) do not bulk-read | 91 | no_bulk_read (*) do not bulk-read |
92 | no_chk_data_crc skip checking of CRCs on data nodes in order to | ||
93 | improve read performance. Use this option only | ||
94 | if the flash media is highly reliable. The effect | ||
95 | of this option is that corruption of the contents | ||
96 | of a file can go unnoticed. | ||
97 | chk_data_crc (*) do not skip checking CRCs on data nodes | ||
92 | 98 | ||
93 | 99 | ||
94 | Quick usage instructions | 100 | Quick usage instructions |