commit | d444c3c38189b3f18337a213855ac1c07af4e2d9 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri May 01 13:44:33 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri May 01 13:44:33 2009 -0400 |
tree | 180b83e442c9ab72e1553a19140e3f1169806d28 | |
parent | 75507efb1372b6acf1aa6bf00ebd49ce196fd994 [diff] |
ext4: Move the ext4_i.h header file into ext4.h There is no longer a reason for a separate ext4_i.h header file, so move it into ext4.h just to make life easier for developers to find the relevant data structures and typedefs. Should also speed up compiles slightly, too. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>