From: Richard Weinberger Date: Mon, 24 Nov 2014 21:30:09 +0000 (+0100) Subject: UBI: Implement UBI_METAONLY X-Git-Tag: fixes-v4.0-rc1~103^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fafdd2bf2638157670f28462b641150d16dbaeca;p=pandora-kernel.git UBI: Implement UBI_METAONLY UBI_METAONLY is a new open mode for UBI volumes, it indicates that only meta data is being changed. Meta data in terms of UBI volumes means data which is stored in the UBI volume table but not on the volume itself. While it does not interfere with UBI_READONLY and UBI_READWRITE it is not allowed to use UBI_METAONLY together with UBI_EXCLUSIVE. Cc: Ezequiel Garcia Cc: Andrew Murray Signed-off-by: Richard Weinberger Tested-by: Guido Martínez Reviewed-by: Guido Martínez Tested-by: Christoph Fritz Tested-by: Andrew Murray --- Reading git-diff-tree failed