]> git.ipfire.org Git - people/ms/linux.git/commit - fs/ext4/migrate.c
ext4: set extents flag when migrating file to use extents
authorTheodore Ts'o <tytso@mit.edu>
Tue, 3 May 2011 13:34:42 +0000 (09:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 3 May 2011 13:34:42 +0000 (09:34 -0400)
commit74e4e6db38918620bdf8a46e94982ead2b228d43
tree1bebec0e236c670036116e6f77eb1170dc5a0ef1
parentdeeeaf13b291420fe4a4a52606b9fc9128387340
ext4: set extents flag when migrating file to use extents

Fix a typo that was introduced in commit 07a038245b (in 2.6.36) which
caused the extents flag not to be set at the conclusion of converting
an inode to use extents.

Reported-by: Peter Uchno <peter.uchno@gmail.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/migrate.c