UBIFS: add no_chk_data_crc mount option
authorAdrian Hunter <ext-adrian.hunter@nokia.com>
Thu, 4 Sep 2008 13:26:00 +0000 (16:26 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Sat, 25 Oct 2008 15:47:34 +0000 (18:47 +0300)
UBIFS read performance can be improved by skipping the CRC
check when data nodes are read.  This option can be used if
the underlying media is considered to be highly reliable.
Note that CRCs are always checked for metadata.

Read speed on Arm platform with OneNAND goes from 19 MiB/s
to 27 MiB/s with data CRC checking disabled.

Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>

No differences found