UBI: rename ubi_scan_move_to_list

The old name is not logical anymore - rename it to 'ubi_move_aeb_to_list()'.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
This commit is contained in:
Artem Bityutskiy
2012-05-17 15:53:10 +03:00
parent 66a2af3824
commit 0bae2887a7
2 changed files with 3 additions and 3 deletions

View File

@@ -1256,7 +1256,7 @@ int ubi_eba_init_scan(struct ubi_device *ubi, struct ubi_attach_info *ai)
* This may happen in case of an unclean reboot
* during re-size.
*/
ubi_scan_move_to_list(av, aeb, &ai->erase);
ubi_move_aeb_to_list(av, aeb, &ai->erase);
vol->eba_tbl[aeb->lnum] = aeb->pnum;
}
}