diff options
author | Eric Sandeen <sandeen@redhat.com> | 2012-02-20 17:53:04 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2012-02-20 17:53:04 -0500 |
commit | 661aa520577046192e50467b28c9c5726a8a9fb1 (patch) | |
tree | 865c7a6da7d31fa50314c0faf02034997c4f40cd /Documentation/filesystems | |
parent | 43e625d84fa7daca0ad46f1dbc965b04fd204afe (diff) |
ext4: remove the resize mount option
The resize mount option seems to be of limited value,
especially in the age of online resize2fs. Nuke it.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/ext4.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 09d5f32ea156..990219c58b1a 100644 --- a/Documentation/filesystems/ext4.txt +++ b/Documentation/filesystems/ext4.txt | |||
@@ -353,11 +353,6 @@ nouid32 Disables 32-bit UIDs and GIDs. This is for | |||
353 | interoperability with older kernels which only | 353 | interoperability with older kernels which only |
354 | store and expect 16-bit values. | 354 | store and expect 16-bit values. |
355 | 355 | ||
356 | resize Allows to resize filesystem to the end of the last | ||
357 | existing block group, further resize has to be done | ||
358 | with resize2fs either online, or offline. It can be | ||
359 | used only with conjunction with remount. | ||
360 | |||
361 | block_validity This options allows to enables/disables the in-kernel | 356 | block_validity This options allows to enables/disables the in-kernel |
362 | noblock_validity facility for tracking filesystem metadata blocks | 357 | noblock_validity facility for tracking filesystem metadata blocks |
363 | within internal data structures. This allows multi- | 358 | within internal data structures. This allows multi- |