diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/xfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_mount.c b/fs/xfs/xfs_mount.c index dcf75a859087..38bcbbc21e92 100644 --- a/fs/xfs/xfs_mount.c +++ b/fs/xfs/xfs_mount.c | |||
@@ -732,7 +732,7 @@ xfs_mountfs( | |||
732 | xfs_set_inoalignment(mp); | 732 | xfs_set_inoalignment(mp); |
733 | 733 | ||
734 | /* | 734 | /* |
735 | * Check that the data (and log if separate) are an ok size. | 735 | * Check that the data (and log if separate) is an ok size. |
736 | */ | 736 | */ |
737 | error = xfs_check_sizes(mp); | 737 | error = xfs_check_sizes(mp); |
738 | if (error) | 738 | if (error) |