]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit99b69a2699d03fd231aa17251a2f659556bf4f7a
treee47ca541bf33f1d43d4ced9b72d6100853896236
parenta784d06f583dce3aa3dcd22efbf45f3d7ba1644b
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