commit | afc15a814b9b5879ec361b76d45f68dc3b2cd4c1 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com> | Thu May 17 07:46:17 2012 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sun May 20 20:26:01 2012 +0300 |
tree | 29b95910f86e0234f675d147e3f2aae2eb69831e | |
parent | cb28a9322dd26cb6c29b7dda9a42626daca1024a [diff] |
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 <Artem.Bityutskiy@linux.intel.com>