ext4: remove deprecated oldalloc
authorLukas Czerner <lczerner@redhat.com>
Sat, 8 Oct 2011 18:34:47 +0000 (14:34 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 8 Oct 2011 18:34:47 +0000 (14:34 -0400)
commit4113c4caa4f355b8ff8b7ff0510c29c9d00d30b3
treeb978be1044d72ab78739edd441385253f6c932ac
parentaf909a57fde821627282204ba43f27331342bf26
ext4: remove deprecated oldalloc

For a long time now orlov is the default block allocator in the
ext4. It performs better than the old one and no one seems to claim
otherwise so we can safely drop it and make oldalloc and orlov mount
option deprecated.

This is a part of the effort to reduce number of ext4 options hence the
test matrix.

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Documentation/filesystems/ext4.txt
fs/ext4/ext4.h
fs/ext4/ialloc.c
fs/ext4/super.c