From: Artem Bityutskiy Date: Thu, 17 May 2012 04:46:17 +0000 (+0300) Subject: UBI: rename struct ubi_scan_info X-Git-Tag: sz_release~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc88c6e3780515e10155150f17b63575a2d9408f;p=pandora-kernel.git UBI: rename struct ubi_scan_info Rename 'struct ubi_scan_info' to 'struct ubi_attach_info'. This is part of the code re-structuring I am trying to do in order to add fastmap in a more logical way. Fastmap can share a lot with scanning, including the attach-time data structures, which all now have "scan" word in the name. Let's get rid of this word. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed