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)
commitca0faba0e8ac844dc0279825eb8db876b5962ea5
tree186acf88dda5958f44ec80349778f815cb172895
parentd444c3c38189b3f18337a213855ac1c07af4e2d9
ext4: Move the ext4_sb.h header file into ext4.h

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>
fs/ext4/ext4.h
fs/ext4/ext4_sb.h [deleted file]