ext4: Move the ext4_i.h header file into ext4.h
authorTheodore Ts'o <tytso@mit.edu>
Fri, 1 May 2009 17:44:33 +0000 (13:44 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 1 May 2009 17:44:33 +0000 (13:44 -0400)
commitd444c3c38189b3f18337a213855ac1c07af4e2d9
tree180b83e442c9ab72e1553a19140e3f1169806d28
parent75507efb1372b6acf1aa6bf00ebd49ce196fd994
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>
fs/ext4/ext4.h
fs/ext4/ext4_i.h [deleted file]