From: Richard Weinberger Date: Sat, 10 Jan 2015 21:52:13 +0000 (+0100) Subject: UBI: Add initial support for scatter gather X-Git-Tag: fixes-v4.0-rc1~103^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff08979e17423f0f691c1d76f35dfec72a5e459;p=pandora-kernel.git UBI: Add initial support for scatter gather Adds a new set of functions to deal with scatter gather. ubi_eba_read_leb_sg() will read from a LEB into a scatter gather list. The new data structure struct ubi_sgl will be used within UBI to hold the scatter gather list itself and metadata to have a cursor within the list. Signed-off-by: Richard Weinberger Tested-by: Ezequiel Garcia Reviewed-by: Ezequiel Garcia --- Reading git-diff-tree failed