diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-01-06 11:14:25 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-01-06 11:14:25 -0500 |
commit | c31910672376dfb8d020e32afa7249763bcd924a (patch) | |
tree | 3f2b95a1d4a4da76d85d5bf32534fa3d15a82eac /Documentation | |
parent | c39a7f84d7845aa95d1c7c168f38215aedcc13c2 (diff) |
ext4: Remove code to create the journal inode
This code has been obsolete in quite some time, since the supported
method for adding a journal inode is to use tune2fs (or to creating
new filesystem with a journal via mke2fs or mkfs.ext4).
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/filesystems/ext4.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index e3fcbea3ec8c..9ec29d86ff8b 100644 --- a/Documentation/filesystems/ext4.txt +++ b/Documentation/filesystems/ext4.txt | |||
@@ -149,10 +149,6 @@ journal_async_commit Commit block can be written to disk without waiting | |||
149 | journal=update Update the ext4 file system's journal to the current | 149 | journal=update Update the ext4 file system's journal to the current |
150 | format. | 150 | format. |
151 | 151 | ||
152 | journal=inum When a journal already exists, this option is ignored. | ||
153 | Otherwise, it specifies the number of the inode which | ||
154 | will represent the ext4 file system's journal file. | ||
155 | |||
156 | journal_dev=devnum When the external journal device's major/minor numbers | 152 | journal_dev=devnum When the external journal device's major/minor numbers |
157 | have changed, this option allows the user to specify | 153 | have changed, this option allows the user to specify |
158 | the new journal location. The journal device is | 154 | the new journal location. The journal device is |