UBIFS: add bulk-read facility
[pandora-kernel.git] / Documentation / filesystems / ubifs.txt
index 6a0d70a..340512c 100644 (file)
@@ -86,6 +86,9 @@ norm_unmount (*)      commit on unmount; the journal is committed
 fast_unmount           do not commit on unmount; this option makes
                        unmount faster, but the next mount slower
                        because of the need to replay the journal.
+bulk_read              read more in one go to take advantage of flash
+                       media that read faster sequentially
+no_bulk_read (*)       do not bulk-read
 
 
 Quick usage instructions