diff options
author | Lukas Czerner <lczerner@redhat.com> | 2011-08-16 18:08:06 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2011-08-17 11:42:19 +0200 |
commit | fbc854027c91fa2813ae7f9de43cc0b5c1119f41 (patch) | |
tree | 36003e9919758ac0507034652d0832514728e421 /Documentation/filesystems/ext3.txt | |
parent | 46130222df8567ffde773216044c7611a1e71d51 (diff) | |
download | op-kernel-dev-fbc854027c91fa2813ae7f9de43cc0b5c1119f41.zip op-kernel-dev-fbc854027c91fa2813ae7f9de43cc0b5c1119f41.tar.gz |
ext3: remove deprecated oldalloc
For a long time now orlov is the default block allocator in the ext3. 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.
Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'Documentation/filesystems/ext3.txt')
-rw-r--r-- | Documentation/filesystems/ext3.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/filesystems/ext3.txt b/Documentation/filesystems/ext3.txt index 22f3a0e..b100adc 100644 --- a/Documentation/filesystems/ext3.txt +++ b/Documentation/filesystems/ext3.txt @@ -73,14 +73,6 @@ nobarrier (*) This also requires an IO stack which can support also be used to enable or disable barriers, for consistency with other ext3 mount options. -orlov (*) This enables the new Orlov block allocator. It is - enabled by default. - -oldalloc This disables the Orlov block allocator and enables - the old block allocator. Orlov should have better - performance - we'd like to get some feedback if it's - the contrary for you. - user_xattr Enables Extended User Attributes. Additionally, you need to have extended attribute support enabled in the kernel configuration (CONFIG_EXT3_FS_XATTR). See the |