]> git.ipfire.org Git - people/arne_f/kernel.git/commit
ext4: do not convert to indirect with bigalloc enabled
authorLukas Czerner <lczerner@redhat.com>
Thu, 11 Apr 2013 14:54:46 +0000 (10:54 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Apr 2013 14:54:46 +0000 (10:54 -0400)
commit43e50f50866513144026f2ac1a1c5cc20c7a8428
tree31c7cc946f11b53d806767b917e6b8e42de7b2d5
parent0d14b098ce05c067e06eea5ed63d9b5c14656bdb
ext4: do not convert to indirect with bigalloc enabled

With bigalloc feature enabled we do not support indirect addressing at all
so we have to prevent extent addressing to indirect addressing
conversion in this case. The problem has been introduced with the commit
"ext4: support simple conversion of extent-mapped inodes to use i_blocks"

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