commit | c31910672376dfb8d020e32afa7249763bcd924a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Jan 06 11:14:25 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 06 11:14:25 2009 -0500 |
tree | 3f2b95a1d4a4da76d85d5bf32534fa3d15a82eac | |
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>