]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ext4: migrate cleanup
authorDmitry Monakhov <dmonakhov@openvz.org>
Sat, 29 Oct 2011 13:03:00 +0000 (09:03 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 29 Oct 2011 13:03:00 +0000 (09:03 -0400)
commit7aa8d5279afda10db1ae251f593cadc01575ada9
treebe63035baac57d9fe715169691c53002e8c8a30f
parent501b118bca84c110c48636eb2fd8596d363bd645
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>
fs/ext4/migrate.c