From: Adrian Hunter Date: Thu, 4 Sep 2008 13:26:00 +0000 (+0300) Subject: UBIFS: add no_chk_data_crc mount option X-Git-Tag: Release-2010-05/1~3^2~194 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a09ccc3c02e843344df8016a7a6cb0fb51daa0e;p=pandora-kernel.git UBIFS: add no_chk_data_crc mount option 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 --- Reading git-diff-tree failed