diff options
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 1a4103ca593c..2f2c40db562e 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -900,7 +900,7 @@ static struct quotactl_ops xfs_quotactl_operations = { | |||
900 | .set_xquota = xfs_fs_setxquota, | 900 | .set_xquota = xfs_fs_setxquota, |
901 | }; | 901 | }; |
902 | 902 | ||
903 | STATIC struct file_system_type xfs_fs_type = { | 903 | static struct file_system_type xfs_fs_type = { |
904 | .owner = THIS_MODULE, | 904 | .owner = THIS_MODULE, |
905 | .name = "xfs", | 905 | .name = "xfs", |
906 | .get_sb = xfs_fs_get_sb, | 906 | .get_sb = xfs_fs_get_sb, |