]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: move ext4_ind_migrate() into migrate.c
authorLukas Czerner <lczerner@redhat.com>
Thu, 11 Apr 2013 03:32:52 +0000 (23:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Apr 2013 03:32:52 +0000 (23:32 -0400)
commit0d14b098ce05c067e06eea5ed63d9b5c14656bdb
tree251da1c2ba46926a1fc2297f0303b97372cd8326
parentd6a771056b32146da1280f7872f6936b0c7770ea
ext4: move ext4_ind_migrate() into migrate.c

Move ext4_ind_migrate() into migrate.c file since it makes much more
sense and ext4_ext_migrate() is there as well.

Also fix tiny style problem - add spaces around "=" in "i=0".

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/migrate.c