Zach Brown 1877e1a747 btrfs: remove move_pages()
move_pages() has an inefficient backwards byte copy of regions of two
different pages.  They're different pages so the regions won't overlap
and it could use memcpy().

At that point, though, move_pages() would be a slightly dimmer
re-implementation of copy_pages() that lacked the test for overlapping
page regions.

So remove move_pages() and just call copy_pages().

Signed-off-by: Zach Brown <zab@redhat.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
2013-11-11 22:03:09 -05:00
..
2013-11-11 22:02:51 -05:00
2013-11-11 21:57:30 -05:00
2013-06-29 12:57:00 +04:00
2013-11-11 22:03:09 -05:00
2013-05-06 15:54:34 -04:00
2012-10-09 09:14:45 -04:00
2013-09-01 08:16:32 -04:00
2013-03-14 14:57:10 -04:00
2013-11-11 21:57:30 -05:00
2013-02-01 14:24:23 -05:00
2012-10-09 09:19:57 -04:00