ext4: Move struct ext4_mount_options from ext4.h to super.c
authorTheodore Ts'o <tytso@mit.edu>
Thu, 16 Dec 2010 01:28:48 +0000 (20:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 16 Dec 2010 01:28:48 +0000 (20:28 -0500)
commit673c610033a8202c037ecd068c7a235495acda17
treee47ca541bf33f1d43d4ced9b72d6100853896236
parentfd8c37eccdda21153298997417144b38b1623196
ext4: Move struct ext4_mount_options from ext4.h to super.c

Move the ext4_mount_options structure definition from ext4.h, since it
is only used in super.c.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/ext4.h
fs/ext4/super.c