commit | fba90ffee813e2425feb9a57c532b3d297af18c3 | [log] [tgz] |
---|---|---|
author | Dmitry Monakhov <dmonakhov@openvz.org> | Sat Oct 29 09:03:00 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Oct 29 09:03:00 2011 -0400 |
tree | d208361cfec8a3a5a1bbebb90d7f50f6707d99ec | |
parent | 6cdbb0effc2f511ced23e46f2117e4b31d3d4a50 [diff] |
ext4: migrate cleanup This patch cleanup code a bit, actual logic not changed - Move current block pointer to migrate_structure, let's all walk info will be in one structure. - Get rid of usless null ind-block ptr checks, caller already does that check. Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>