commit | 517af48c0540e61bbe0ebbb5f463afe937b73894 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Thu May 17 14:38:34 2012 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sun May 20 20:26:02 2012 +0300 |
tree | e97c38c582bf92682a254d6f5bc823c86d0572d5 | |
parent | a4e6042f1d073073f88e0ad6d2a7450da9a3937d [diff] |
UBI: rename sv to av After re-naming the 'struct ubi_scan_volume' we should adjust all variables named 'sv' to something else, because 'sv' stands for "scanning volume". Let's rename it to 'av' which stands for "attaching volume" which is a bit more consistent and has the same length, which makes re-naming easy. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@linux.intel.com>