ext4: Move the ext4_sb.h header file into ext4.h
authorTheodore Ts'o <tytso@mit.edu>
Sun, 3 May 2009 20:33:44 +0000 (16:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 3 May 2009 20:33:44 +0000 (16:33 -0400)
There is no longer a reason for a separate ext4_sb.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>

No differences found